From fec7909e8552e98c60f3e14efc7d208e109dc4f8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 26 Aug 2022 11:07:41 +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