From 26a0f39ee8f5ace20056cc02f33ab56765043ccc Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Sat, 11 May 2024 11:11:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=AD=98=E5=9C=A8=E7=A6=81=E7=94=A8=E9=A1=B9?= =?UTF-8?q?=E6=97=B6=E9=A2=9C=E8=89=B2=E5=80=BC=E6=8E=A5=E8=BF=91=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DataActions/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/DataActions/index.vue b/src/components/DataActions/index.vue index cc9dd17a5..a63428165 100644 --- a/src/components/DataActions/index.vue +++ b/src/components/DataActions/index.vue @@ -274,7 +274,7 @@ export default { } .dropdown-item { - color: var(--color-icon-primary); + color: var(--color-text-primary); .pre-icon { width: 17px; @@ -296,10 +296,12 @@ export default { } .el-dropdown-menu__item { - color: var(--color-icon-primary); + + &.is-disabled { + color: var(--color-disabled-background); + } &:not(.is-disabled):hover { - color: var(--color-text-primary); background-color: var(--color-disabled-background); } }