From 2a14bc0a3f2cc23cc2f1c622fa81850301aa6a79 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 25 Jun 2025 10:58:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=9B=BE=E8=A1=A8=E6=95=B0=E6=8D=AE=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A2=9C=E8=89=B2=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v-query/QueryConditionConfiguration.vue | 2 +- core/core-frontend/src/style/index.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 9ecae85dcf..70d23aeceb 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -1447,7 +1447,7 @@ const validate = () => { (Array.isArray(ele.defaultValue) && !ele.defaultValue.length) || (!Array.isArray(ele.defaultValue) && isNaN(ele.defaultValue)) ) { - ElMessage.error(t('v_query.cannot_be_empty_de')) + ElMessage.error(t('report.filter.title')) return true } } diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index b3abe59f70..9e0810f1ad 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -701,3 +701,9 @@ strong { .ed-upload-list__item .ed-icon--close-tip { display: none !important; } + +.is-dark.ed-select__popper.ed-tree-select__popper { + .ed-tree { + background-color: transparent; + } +}