Browse Source

IM初始化

ios
Jolie 4 months ago
parent
commit
65d39aad40
1 changed files with 4 additions and 3 deletions
  1. 7
      lib/pages/mine/login_page.dart

7
lib/pages/mine/login_page.dart

@ -24,11 +24,12 @@ class LoginPage extends StatelessWidget {
width: 1.sw,
height: 1.sh,
),
SizedBox(
height: MediaQuery.of(context).size.height,
Container(
height: 1.sh,
padding: EdgeInsets.symmetric(horizontal: 20),
child: Column(
children: [
const SizedBox(height: 130),
const SizedBox(height: 150),
// Logo和标题区域
Center(

Loading…
Cancel
Save