You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
728 B
12 lines
728 B
4 years ago
|
<div class="win-body" style="display: flex;flex-direction: column;height: 600px;">
|
||
|
<div style="padding-left:8px;">
|
||
|
<input class="easyui-checkbox edp-checkbox-editor check-all" style="height: 14px;width: 14px;" name="checkAll"><span style="margin-left: 5px;">全选</span>
|
||
|
</div>
|
||
|
<div class="tree-org" style="width: 300px;height: 100%;overflow: auto;">
|
||
|
<div ms-widget="tree, $, treeOrg" style="width: 200px;height: 100%;"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="text-align:center;padding:5px 0">
|
||
|
<a href="javascript:void(0)" class="easyui-linkbutton btn-save" style="width:80px">确定</a>
|
||
|
<a href="javascript:void(0)" class="easyui-linkbutton btn-cancel" style="width:80px">取消</a>
|
||
|
</div>
|