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 |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/search/components/giantTree/index.vue b/src/views/search/components/giantTree/index.vue
index f24e7a8..faf2f4c 100644
--- a/src/views/search/components/giantTree/index.vue
+++ b/src/views/search/components/giantTree/index.vue
@@ -346,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