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: [