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

@@ -817,7 +817,7 @@ onUnmounted(() => {
display: flex;
align-items: stretch;
border: 1px solid rgba(var(--v-theme-on-surface), 0.04);
border-radius: 8px;
border-radius: var(--app-surface-radius);
gap: 0.75rem;
min-inline-size: 0;
padding-block: 0.5rem;

View File

@@ -244,7 +244,7 @@ onMounted(getModules)
.progress-card {
padding: 20px;
border-radius: 12px;
border-radius: var(--app-surface-radius);
margin: 16px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;