更新界面布局
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user