feat: 样式调整

This commit is contained in:
2025-10-14 20:09:18 +08:00
parent 017289c694
commit f1e009d656
4 changed files with 22 additions and 2 deletions

View File

@@ -22,3 +22,19 @@
.pl-12 {
padding-left: 12px;
}
.pl-16 {
padding-left: 16px;
}
.pr-16 {
padding-right: 16px;
}
.pl-20 {
padding-left: 20px;
}
.pr-20 {
padding-right: 20px;
}