From c9adc35d48a65c29db7c59722192311070c33e61 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 02 Aug 2022 16:32:01 +0800
Subject: [PATCH] 地图模式相关更改

---
 src/styles/element-ui.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 21188cf..4d94891 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -137,4 +137,17 @@
     }
 
 
+}
+
+.plot-detail-popup {
+    .header {
+        .plot-name {
+            input {
+                background: transparent;
+                color: #fff;
+                font-weight: bold;
+                border: none;
+            }
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3