From 857ef88ecae8dbd852d7dbe54f90981f910b19bd Mon Sep 17 00:00:00 2001
From: "zhu.yawen" <zhu.yawen@ustcinfo.com>
Date: Wed, 25 Oct 2023 14:27:20 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E5=9C=B0=E5=9B=BE=E6=A0=B7?=
 =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 data-room-ui/packages/BigScreenDesign/index.vue | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/data-room-ui/packages/BigScreenDesign/index.vue b/data-room-ui/packages/BigScreenDesign/index.vue
index fa6a20fb..1533beef 100644
--- a/data-room-ui/packages/BigScreenDesign/index.vue
+++ b/data-room-ui/packages/BigScreenDesign/index.vue
@@ -609,7 +609,6 @@ export default {
   position: absolute ;
   bottom: 20px;
   right: 20px;
-  border: 1px solid #f6f7fb;
   z-index:1000;
 }
 .minimap .mapHeader{
@@ -618,11 +617,11 @@ export default {
   padding: 0 10px;
   display: flex;
   justify-content: space-between;
-  height: 20px;
+  align-items: center;
+  height: 30px;
   width: 150px;
   font-size: 12px;
-  border-bottom: 1px solid #fff;
-  color: #ffffff;
+  color: var(--bs-el-title);
   cursor: pointer;
   span {
     user-select: none;