From 475f8ae9c730158e875100b080e64ec0d861f3df Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Wed, 25 Jun 2025 09:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/service/dataset/form/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue index cb0655c..0df4d08 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue @@ -2984,6 +2984,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => { } .table-list { + background: #262626 !important; .list-item_primary { padding: 8px; } @@ -3719,4 +3720,13 @@ border-right: 1px solid rgba(54, 54, 54, 1) .de-dataset-form .container .arrow-right:hover .ed-icon{ color: #fff !important; } +.de-dataset-form .container .ed-switch__label{ +color: #fff; +} +.de-dataset-form .container .ed-switch__label.is-active { + color: var(--ed-color-primary); +} +.de-dataset-form .label{ + color: #fff; +}