From 012c84b59018018cd75f0b8c70f7492fcb3e3e6f Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 05 八月 2022 16:18:29 +0800 Subject: [PATCH] 添加整改 --- src/views/search/components/giantTree/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/search/components/giantTree/index.vue b/src/views/search/components/giantTree/index.vue index ba948b7..faf2f4c 100644 --- a/src/views/search/components/giantTree/index.vue +++ b/src/views/search/components/giantTree/index.vue @@ -315,7 +315,6 @@ itemCheck(evt, treeId, treeNode) { this.TreeDataPool.selectedNode = treeNode; this.TreeDataPool.treeType = this.treeName; - debugger; // 澶氶�� // this.ztreeObj.checkNode(treeNode, true, false, false); let checkedNodes = this.ztreeObj.getCheckedNodes(true); @@ -347,9 +346,11 @@ </script> <style lang="scss" scoped> .dialog-box { - position: absolute; + top: 415px; + left: 43px; + position: fixed; width: 220px; - z-index: 1; + z-index: 3; } .dialog-box-bg { position: absolute; -- Gitblit v1.8.0