feat: 意见反馈调整

This commit is contained in:
2025-10-20 20:36:33 +08:00
parent 3055d49644
commit 5e981b6de3
8 changed files with 140 additions and 348 deletions

View File

@@ -55,6 +55,10 @@
margin: 12px;
}
.mt-12 {
margin-top: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
@@ -63,6 +67,10 @@
margin-left: 12px;
}
.mr-12 {
margin-right: 12px;
}
.ml-16 {
margin-left: 16px;
}