From a71f66a4e4ea76118d88be52178c0103c36205bc Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Fri, 12 Jan 2024 00:14:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=A6=96=E9=A1=B5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=97=A0=E6=B3=95=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 27 ++++++++---------------- src/router/index.ts | 1 - 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index f58f7d34..ccb62d7a 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -4,20 +4,20 @@ {{ translateRouteTitle(tag.title) }} - - + + + @@ -411,15 +411,6 @@ onMounted(() => { border-radius: 50%; } } - - &-close { - border-radius: 100%; - - &:hover { - color: #fff; - background: rgb(0 0 0 / 16%); - } - } } } diff --git a/src/router/index.ts b/src/router/index.ts index 17a249a8..009777e9 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -24,7 +24,6 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "/", - name: "/", component: Layout, redirect: "/dashboard", children: [