修改自定义模板的样式

master
zengwh 6 years ago
parent 694c8bc119
commit 8f7c11a2bb

@ -33,7 +33,8 @@
} }
.zTreeDemo { .zTreeDemo {
height: 394px !important; height: calc(100vh - 123px) !important;
min-height: 394px !important;
} }
.form-group { .form-group {
@ -100,7 +101,7 @@
</div> </div>
</shiro:hasPermission> </shiro:hasPermission>
<div class="row"> <div class="row">
<form class="form-horizontal" role="form" id="form" style="width: 60%;height:423px;margin: 0 auto"> <form class="form-horizontal" role="form" id="form" style="width: 60%;height: calc(100vh - 93px);min-height:423px;margin: 0 auto">
<input type="hidden" id="id" name="id"> <input type="hidden" id="id" name="id">
<input type="hidden" name="formToken" id="formToken" value="${formToken}"> <input type="hidden" name="formToken" id="formToken" value="${formToken}">
<input type="hidden" id="treeId"> <input type="hidden" id="treeId">

Loading…
Cancel
Save