feat: settings 基础组件

This commit is contained in:
Junyan Qin
2024-10-15 00:07:40 +08:00
parent cd0a8fb24b
commit 7174742886
9 changed files with 258 additions and 9 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ onUnmounted(() => {
margin: 1rem;
margin-top: 1rem;
height: 3rem;
border-radius: 1rem;
border-radius: 0.3rem;
}
.toolbar-component {
@@ -80,7 +80,7 @@ onUnmounted(() => {
margin: 1rem;
margin-top: 1rem;
height: calc(100vh - 9.5rem);
border-radius: 1rem;
border-radius: 0.3rem;
}