src/components/giantTree/index.vue
@@ -287,7 +287,9 @@ this.showDialog = true; }, itemClick(evt, treeId, treeNode) { console.log("click"); this.TreeDataPool.selectedNode = treeNode; this.TreeDataPool.activeNode = treeNode; this.TreeDataPool.treeType = this.treeName; // 多选 @@ -402,6 +404,7 @@ } .tree-menu { // max-width: 350px; min-height: 92px; overflow-x: auto; overflow-y: hidden; margin-bottom: 4px;