From 12e68e6acc270263c0bea2baf72f3853eafe93e2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 27 Oct 2025 17:02:10 +0800
Subject: [PATCH] feat:地图加载
---
src/styles/element-ui.scss | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index c7378c2..16bd0a1 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -149,6 +149,28 @@
}
}
}
+.ztzf-input {
+ .el-input__wrapper {
+ padding: 0 8px !important;
+ background: #012a50;
+ box-shadow: none !important;
+ border: 1px solid #51a8ff;
+
+ .el-input__inner {
+ color: #ffffff;
+
+ &::placeholder {
+ color: #8ac3fd;
+ }
+ }
+ }
+
+ &.is-disabled {
+ .el-input__wrapper {
+ background-color: #012a50;
+ }
+ }
+}
//======以下针对表格功能 增删查改样式和弹窗=========
.ztzf-dialog-mange {
.el-dialog__body {
--
Gitblit v1.9.3