Commit 96768ec9 by cyf783

用户管理部门树样式修改

parent dc0f394f
......@@ -10,7 +10,12 @@
<div class="col-sm-12">
<div class="row">
<div class="col-sm-3">
<ul id="treeDemo" class="ztree dept-tree"></ul>
<div class="panel panel-default">
<div class="panel-heading">组织机构</div>
<div class="panel-body dept-tree">
<ul id="treeDemo" class="ztree"></ul>
</div>
</div>
</div>
<div class="col-sm-9">
<div class="row">
......
......@@ -53,9 +53,5 @@
-moz-user-select: none !important;
}
.dept-tree {
border-radius: 4px !important;
background: #f9f9f9 !important;
border: 1px solid #ddd !important;
overflow-x: auto !important;
-moz-user-select: none !important;
padding:10px
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment