From adf22ab5619e2903a98fbda955a7708956600760 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 10:46:49 +0800
Subject: [PATCH] feat:地图加载

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 16bd0a1..4a42324 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -152,15 +152,15 @@
 .ztzf-input {
 	.el-input__wrapper {
 		padding: 0 8px !important;
-		background: #012a50;
+		background: #2D2D2D;
 		box-shadow: none !important;
-		border: 1px solid #51a8ff;
-
+		border: 1px solid #fff;
+  
 		.el-input__inner {
 			color: #ffffff;
 
 			&::placeholder {
-				color: #8ac3fd;
+        color: rgba(255,255,255,0.37);
 			}
 		}
 	}
@@ -171,6 +171,15 @@
 		}
 	}
 }
+.ztzf-button {
+  background-color: transparent !important;
+  color: #fff !important;
+}
+.ztzf-el-tree {
+  background-color: transparent !important;
+  --el-tree-node-hover-bg-color:transparent !important;
+  color: #fff !important;
+}
 //======以下针对表格功能 增删查改样式和弹窗=========
 .ztzf-dialog-mange {
   .el-dialog__body {

--
Gitblit v1.9.3