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);