From 4f7d326b68c18ced8aeeb9bc538de7acdbcb8eb0 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 05 Aug 2022 14:49:41 +0800
Subject: [PATCH] 优化农资入库表单规格值1规格值2显示,优化退回,详情按钮位置
---
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