From ed35d0b4c2051e067bd9904c4b0158257d5db0d9 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 02 八月 2022 18:58:30 +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