更新界面布局

This commit is contained in:
wyf
2025-06-04 11:54:01 +08:00
parent 40732066fe
commit 857317caf1
34 changed files with 4961 additions and 459 deletions

View File

@@ -13,8 +13,6 @@ class AboutUsPage extends StatefulWidget {
}
class _AboutUsPageState extends State<AboutUsPage> {
@override
void initState() {
super.initState();
@@ -110,7 +108,7 @@ class _AboutUsPageState extends State<AboutUsPage> {
body: SafeArea(
top: true,
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 30.rpx),
padding: EdgeInsets.symmetric(horizontal: 0.rpx),
child: Column(children: [
Expanded(
child: Container(