From cf55e57ac8e892c321cc9eeb79e14b39e7d80e82 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Nov 2025 16:34:19 +0800
Subject: [PATCH] Merge branch 'feature/v8.0/8.0.3' into prod

---
 src/styles/element-ui.scss |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 15e48ed..ffb58cb 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -184,25 +184,37 @@
   .ztzf-layer-search {
 	color: #fff !important;
 	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;
 	}
-	  .el-select__placeholder {
-		  &.is-transparent {
-			  color: rgba(255,255,255,0.37) !important;
-		  }
-  
-		  &.el-select__selected-item {
-			  color: #ffffff;
-		  }
-	  }
 	
+	.el-select__placeholder {
+	  &.is-transparent {
+		color: rgba(255,255,255,0.37) !important;
+	  }
+	  
+	  &.is-disabled {
+		color: rgba(255,255,255,0.37) !important;
+	  }
+	}
+	
+	.el-select__selected-item {
+	  color: #ffffff !important;
+	  
+	  &.is-disabled {
+		color: rgba(255,255,255,0.37) !important;
+		z-index: 99;
+	  }
+	}
   }
   .ztzf-select-popper.el-select__popper {
 	  border:#2D2D2D !important;

--
Gitblit v1.9.3