feat: 移除多个组件的背景颜色以优化样式

This commit is contained in:
jxxghp
2025-04-09 21:31:57 +08:00
parent 2ba609fb78
commit 3205ae3ebe
9 changed files with 21 additions and 32 deletions

View File

@@ -843,7 +843,6 @@ onMounted(() => {
.site-search-card {
border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
border-radius: 14px;
background-color: rgb(var(--v-theme-surface));
}
.site-chip {