diff --git a/src/pages/setting.vue b/src/pages/setting.vue index b67ae604..14065fa5 100644 --- a/src/pages/setting.vue +++ b/src/pages/setting.vue @@ -66,13 +66,12 @@ const tabs = [ +< + diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 5566481b..0bf41419 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -335,8 +335,6 @@ onBeforeMount(async () => { - - @@ -524,4 +522,8 @@ onBeforeMount(async () => { grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); padding-block-end: 1rem; } + +.v-tabs:not(.v-tabs-pill).v-tabs--horizontal { + border-block-end: 1px solid rgba(var(--v-border-color), var(--v-border-opacity)); +}