feat: 树补充搜索

This commit is contained in:
xuziqiang
2024-05-30 14:16:42 +08:00
parent 9319c09fb7
commit 65230bf066
7 changed files with 146 additions and 40 deletions

View File

@@ -14,6 +14,7 @@
<ns-icon v-if="showBack" class="backIcon" name="left" />{{ tableTitle }}
</div>
<div class="ns-table-container">
<!-- todo drag -->
<div class="ns-part-tree" v-if="!isEmpty(treeConfig)">
<ns-tree-api v-bind="getTreeBindValue" @select="treeSelect" />
</div>
@@ -667,8 +668,7 @@
display: flex;
.ns-part-tree {
width: 300px;
padding-top: 14px;
padding-left: 8px;
padding: 16px;
overflow-y: auto;
}
.ns-part-table {