From e404770718c6cbf48c8a3a3b0e54e7d0b507ada1 Mon Sep 17 00:00:00 2001 From: Styunlen <30810222+Styunlen@users.noreply.github.com> Date: Wed, 19 Jul 2023 17:58:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D`query`=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E4=BC=A0=E5=8F=82=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=A0=87=E7=AD=BE=E9=A1=B5=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=93=8D=E4=BD=9C=E6=97=B6=E4=BC=9A=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E4=B8=A4=E6=AC=A1`router`=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#642)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/tag/index.scss | 8 ++++---- src/layout/components/tag/index.vue | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/layout/components/tag/index.scss b/src/layout/components/tag/index.scss index e8d879579..c87be26f2 100644 --- a/src/layout/components/tag/index.scss +++ b/src/layout/components/tag/index.scss @@ -90,7 +90,7 @@ } } - a { + .tag-title { padding: 0 4px; color: var(--el-text-color-primary); text-decoration: none; @@ -204,7 +204,7 @@ transform: translate(0, -50%); } - a { + .tag-title { color: var(--el-color-primary) !important; } } @@ -247,7 +247,7 @@ .card-in { color: var(--el-color-primary); - a { + .tag-title { color: var(--el-color-primary); } } @@ -257,7 +257,7 @@ color: #666; border: none; - a { + .tag-title { color: #666; } } diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue index f2464fef3..c0321598e 100644 --- a/src/layout/components/tag/index.vue +++ b/src/layout/components/tag/index.vue @@ -534,12 +534,11 @@ onBeforeUnmount(() => { @mouseleave.prevent="onMouseleave(index)" @click="tagOnClick(item)" > - {{ transformI18n(item.meta.title) }} - +