feat: update setting page view

This commit is contained in:
tim
2025-07-14 18:18:19 +08:00
parent f116c97f51
commit 60ddd13459

View File

@@ -208,6 +208,7 @@ export default {
background-color: var(--background-color);
padding: 40px;
height: calc(100vh - var(--header-height) - 80px);
overflow-y: auto;
}
.settings-title {