From 395617f2d3dac74d01049b087928443febb12d71 Mon Sep 17 00:00:00 2001 From: CKY Date: Fri, 30 Sep 2022 17:28:09 +0800 Subject: [PATCH] feat: upgrade tags view --- src/layout/components/TagsView/ScrollPane.vue | 83 +++++++++++++++++-- src/layout/components/TagsView/index.vue | 4 +- 2 files changed, 79 insertions(+), 8 deletions(-) diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index eec31e45..076762d8 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -1,15 +1,86 @@ + + diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 11b04361..392c0c21 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: 15px; + margin-left: 24px; } &:last-of-type { - margin-right: 15px; + margin-right: 24px; } &.active { background-color: var(--v3-tagsview-tag-active-bg-color);