From 15ccc06d6f6f46257a393e13c065f5f6209f1a24 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 18 Mar 2024 14:10:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E7=BB=84=E4=BB=B6=E5=A4=9A=E9=80=89=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E8=BE=93=E5=85=A5=E6=90=9C=E7=B4=A2=E9=80=89?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E4=BC=9A=E6=8A=8A=E4=B9=8B=E5=89=8D=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E7=9A=84=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/elTreeSelect/index.vue | 3 ++- core/frontend/src/components/elVisualSelect/index.vue | 1 + core/frontend/src/components/widget/deWidget/DeSelect.vue | 4 ++++ core/frontend/src/styles/index.scss | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/components/elTreeSelect/index.vue b/core/frontend/src/components/elTreeSelect/index.vue index 2e5ebe7afb..e0472371bd 100644 --- a/core/frontend/src/components/elTreeSelect/index.vue +++ b/core/frontend/src/components/elTreeSelect/index.vue @@ -52,6 +52,7 @@ class="tree-select-all" >{{ $t('dataset.check_all') }}

@@ -595,7 +596,7 @@ export default { padding: 10px 20px 0 24px; } .tree-select-all .el-checkbox__label { - color: var(--SelectTreeColor, #606266); + color: var(--SelectTreeColor, #606266) !important; } [aria-disabled='true'] > .el-tree-node__content { color: inherit !important; diff --git a/core/frontend/src/components/elVisualSelect/index.vue b/core/frontend/src/components/elVisualSelect/index.vue index 1d2d314939..2562d30c57 100644 --- a/core/frontend/src/components/elVisualSelect/index.vue +++ b/core/frontend/src/components/elVisualSelect/index.vue @@ -19,6 +19,7 @@ >