Showing
1 changed file
with
3 additions
and
3 deletions
@@ -20,11 +20,11 @@ | @@ -20,11 +20,11 @@ | ||
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <!-- 树 --> | 22 | <!-- 树 --> |
23 | - <div style="margin-top: 45px; float: left;margin-top: 54px;border: dashed;width: 300px;color: #D3D3D3;height: 580px;"> | ||
24 | - <div class="widget-title"> | 23 | + <div style="float: left;border: dashed;width: 300px;color: #D3D3D3;height: 600px;"> |
24 | + <div class="widget-title" style="height: 50px;"> | ||
25 | <h5>Tree Title</h5> | 25 | <h5>Tree Title</h5> |
26 | </div> | 26 | </div> |
27 | - <div class="tree_container" style="height: 560px;color: black;overflow:auto"> | 27 | + <div class="tree_container" style="height: 540px;color: black;overflow:auto"> |
28 | <div id="jstree" class="jstree jstree-default" role="tree" aria-multiselectable="true" | 28 | <div id="jstree" class="jstree jstree-default" role="tree" aria-multiselectable="true" |
29 | tabindex="0"></div> | 29 | tabindex="0"></div> |
30 | </div> | 30 | </div> |
-
Please register or login to post a comment