From fe8e0a25aedc0f7ff471c5ec11c19a8ef4507ba8 Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 23 Apr 2023 18:38:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E5=85=B8=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=A2=9C=E8=89=B2=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=20#I6Y5E6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictTag/src/DictTag.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/DictTag/src/DictTag.vue b/src/components/DictTag/src/DictTag.vue index 57338c7f..dcca5db5 100644 --- a/src/components/DictTag/src/DictTag.vue +++ b/src/components/DictTag/src/DictTag.vue @@ -52,11 +52,7 @@ export default defineComponent({ getDictObj(props.type, props.value.toString()) // 添加标签的文字颜色为白色,解决自定义背景颜色时标签文字看不清的问题 return ( - + {dictData.value?.label} )