From 082613d446e29e4ec1c16bfaa52345106a498b23 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 08 Nov 2022 09:03:49 +0800
Subject: [PATCH] 农事操作隐藏后四个,地图模式2d改为3d
---
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