From d9ae5e3f829f6eb33170a439b23ccea745baac82 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Thu, 26 Jun 2025 18:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 46 ++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 62fb4e5..939e837 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -701,7 +701,45 @@ strong { background-color: rgba(67, 67, 67, 1) !important; } -// .ed-input.is-disabled .ed-input__wrapper{ -// background-color: rgba(37, 38, 38, 1) !important; -// box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset; -// } \ No newline at end of file +.ed-input.is-disabled .ed-input__wrapper{ + background-color: rgba(37, 38, 38, 1) !important; + box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset; +} +.de-el-dropdown-menu .dimension li{ + color: #ffffff !important; +} +.de-el-dropdown-menu .dimension li:hover{ + background-color: rgba(67, 67, 67, 1)!important; +} +.de-el-dropdown-menu-fixed .de-panel{ + background-color: rgba(37, 38, 38, 1)!important; +} +.de-el-dropdown-menu-fixed .de-panel .mod-left{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .autochecker-list .right-checkbox__label{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top .right-btn{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top .right-btn{ + background-color: rgba(37, 38, 38, 0) !important; + border:1px solid rgba(67, 67, 67, 1) !important; +} +.de-el-dropdown-menu-manu{ + background-color: rgba(37, 38, 38, 1) !important; +} +.de-el-dropdown-menu-manu .text-area .input{ + background-color: rgba(37, 38, 38, 1) !important; + color: #ffffff !important; +} +.de-el-dropdown-menu-manu .text-area .text-area-btn{ + background-color: rgba(37, 38, 38, 0) !important; +} +.de-el-dropdown-menu-fixed .de-panel .mod-left .ed-input__wrapper{ + background-color: rgba(37, 38, 38, 0) !important; +} \ No newline at end of file