feat: add theme radius customization

This commit is contained in:
jxxghp
2026-06-05 23:06:10 +08:00
parent a73c28c1f7
commit f3c524b6b5
34 changed files with 231 additions and 52 deletions

View File

@@ -1388,7 +1388,7 @@ onUnmounted(() => {
.search-progress-card {
padding: 16px;
border: 1px solid rgba(var(--v-theme-primary), 0.18);
border-radius: 8px;
border-radius: var(--app-surface-radius);
backdrop-filter: blur(10px);
background: linear-gradient(135deg, rgba(var(--v-theme-primary), 0.08), transparent 42%), rgb(var(--v-theme-surface));
inline-size: 100%;
@@ -1456,7 +1456,7 @@ onUnmounted(() => {
.search-skeleton-list {
overflow: hidden;
border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
border-radius: 8px;
border-radius: var(--app-surface-radius);
background: rgb(var(--v-theme-surface));
}
@@ -1546,7 +1546,7 @@ onUnmounted(() => {
.resource-list-container {
padding: 8px;
border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
border-radius: 12px;
border-radius: var(--app-surface-radius);
}
.resource-list {