From fa29e1d36484783417db96d98d99a12e4e4e1e7b Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Sun, 9 Oct 2022 22:56:13 +0800 Subject: [PATCH] perf: TagsView --- src/layout/components/TagsView/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 392c0c21..d518b501 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -205,10 +205,10 @@ onMounted(() => { margin-left: 5px; margin-top: 4px; &:first-of-type { - margin-left: 24px; + margin-left: 5px; } &:last-of-type { - margin-right: 24px; + margin-right: 5px; } &.active { background-color: var(--v3-tagsview-tag-active-bg-color);