From 40f2cc4bdc91f63954c8b2bbd351bc650657affc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 14:25:15 +0800
Subject: [PATCH] 配置更改; 图层默认显示调整; 弹窗关闭相关调整;

---
 src/views/rs/components/leftContainer.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/rs/components/leftContainer.vue b/src/views/rs/components/leftContainer.vue
index f4cc54c..a972fa4 100644
--- a/src/views/rs/components/leftContainer.vue
+++ b/src/views/rs/components/leftContainer.vue
@@ -51,4 +51,9 @@
   </div>
 </template>
 
-<style lang="scss" scoped></style>
\ No newline at end of file
+<style lang="scss" scoped>
+.content-box {
+  margin-top: 20px;
+  position: absolute;
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3