feat: 首页欢迎语组件布局调整

This commit is contained in:
duanshuwen
2025-10-14 22:15:54 +08:00
parent b5f5bc646a
commit 93bf65eb65
14 changed files with 212 additions and 352 deletions

View File

@@ -31,6 +31,14 @@
padding-right: 16px;
}
.p-20 {
padding: 20px;
}
.pt-20 {
padding-top: 20px;
}
.pl-20 {
padding-left: 20px;
}
@@ -38,3 +46,7 @@
.pr-20 {
padding-right: 20px;
}
.pb-20 {
padding-bottom: 20px;
}