diff --git a/src/components/TagsView/src/TagsView.vue b/src/components/TagsView/src/TagsView.vue index 8c64a50..da3336b 100644 --- a/src/components/TagsView/src/TagsView.vue +++ b/src/components/TagsView/src/TagsView.vue @@ -514,7 +514,7 @@ watch( &__item { position: relative; - top: 2px; + top: 3px; height: calc(~'100% - 6px'); padding-right: 25px; margin-left: 4px; diff --git a/src/styles/var.css b/src/styles/var.css index f90fc68..fb869ec 100644 --- a/src/styles/var.css +++ b/src/styles/var.css @@ -59,3 +59,11 @@ .dark { --app-content-bg-color: var(--el-bg-color); } + +*, +:after, +:before { + margin: 0; + padding: 0; + box-sizing: border-box; +}