Update styling in setting.vue and PluginCardListView.vue

This commit is contained in:
jxxghp
2024-05-05 20:20:37 +08:00
parent c949ea2667
commit bee4264a39
2 changed files with 21 additions and 4 deletions

View File

@@ -335,8 +335,6 @@ onBeforeMount(async () => {
</VTab>
</VTabs>
<VDivider />
<VWindow v-model="activeTab" class="mt-5 disable-tab-transition" :touch="false">
<!-- 我的插件 -->
<VWindowItem value="myplugin">
@@ -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));
}
</style>