From f12c6c951191a7778393d7c8b276bd65e439dfb2 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 17:29:24 +0800
Subject: [PATCH] feat:面板

---
 src/styles/element-ui.scss |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 4a42324..b81aa2c 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -152,7 +152,8 @@
 .ztzf-input {
 	.el-input__wrapper {
 		padding: 0 8px !important;
-		background: #2D2D2D;
+		// background: #2D2D2D;
+    background-color: transparent !important;
 		box-shadow: none !important;
 		border: 1px solid #fff;
   
@@ -180,6 +181,19 @@
   --el-tree-node-hover-bg-color:transparent !important;
   color: #fff !important;
 }
+.ztzf-layer-search {
+  background-color: transparent !important;
+  .el-select__wrapper {
+    background-color: transparent !important;
+  }
+  .el-select__popper.el-popper {
+    background-color: transparent !important;
+  }
+  .el-popper.is-light {
+    background-color: transparent !important;
+  }
+}
+
 //======以下针对表格功能 增删查改样式和弹窗=========
 .ztzf-dialog-mange {
   .el-dialog__body {

--
Gitblit v1.9.3