Browse Source

增加树形选择组件。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
757ac41640
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      templates/repo/modelmanage/index.tmpl

+ 3
- 5
templates/repo/modelmanage/index.tmpl View File

@@ -5,7 +5,6 @@
color: rgba(0, 0, 0, .87) !important color: rgba(0, 0, 0, .87) !important
} }
</style> </style>
<link rel="stylesheet" href="/self/ztree/css/demo.css" type="text/css">
<link rel="stylesheet" href="/self/ztree/css/zTreeStyle/zTreeStyle.css" type="text/css"> <link rel="stylesheet" href="/self/ztree/css/zTreeStyle/zTreeStyle.css" type="text/css">
<script type="text/javascript" src="/self/ztree/js/jquery.ztree.core.js"></script> <script type="text/javascript" src="/self/ztree/js/jquery.ztree.core.js"></script>
<script type="text/javascript" src="/self/ztree/js/jquery.ztree.excheck.js"></script> <script type="text/javascript" src="/self/ztree/js/jquery.ztree.excheck.js"></script>
@@ -105,6 +104,9 @@
</div> </div>
</div> </div>
</div> </div>
<div id="menuContent" class="menuContent" style="display:none; position: absolute;z-index:999">
<ul id="treeDemo" class="ztree" style="margin-top:0; width:180px; height: 300px;"></ul>
</div>
<div id="newmodel"> <div id="newmodel">
<div class="ui modal second"> <div class="ui modal second">
<div class="header" style="padding: 1rem;background-color: rgba(240, 240, 240, 100);"> <div class="header" style="padding: 1rem;background-color: rgba(240, 240, 240, 100);">
@@ -196,10 +198,6 @@




</div> </div>
<div id="menuContent" class="menuContent" style="display:none; position: absolute;">
<ul id="treeDemo" class="ztree" style="margin-top:0; width:180px; height: 300px;"></ul>
</div>


{{template "base/footer" .}} {{template "base/footer" .}}




Loading…
Cancel
Save