Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 09813c51
authored
2026-06-22 23:12:37 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整3个登录界面底部提示文字的padding
1 parent
d698dba6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
lib/ui/pages/login_v3/login_main_page_v3.dart
lib/ui/pages/login_v3/login_phone_page_v3.dart
lib/ui/pages/login_v3/login_qr_page_v3.dart
lib/ui/pages/login_v3/login_main_page_v3.dart
View file @
09813c5
...
@@ -149,7 +149,7 @@ class LoginMainPageV3 extends StatelessWidget {
...
@@ -149,7 +149,7 @@ class LoginMainPageV3 extends StatelessWidget {
child:
Align
(
child:
Align
(
alignment:
Alignment
.
bottomCenter
,
alignment:
Alignment
.
bottomCenter
,
child:
Padding
(
child:
Padding
(
padding:
const
EdgeInsets
.
fromLTRB
(
24
,
0
,
24
,
24
),
padding:
const
EdgeInsets
.
fromLTRB
(
0
,
0
,
0
,
20
),
child:
Column
(
child:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
mainAxisSize:
MainAxisSize
.
min
,
children:
[
children:
[
...
...
lib/ui/pages/login_v3/login_phone_page_v3.dart
View file @
09813c5
...
@@ -89,7 +89,7 @@ class LoginPhonePageV3 extends StatelessWidget {
...
@@ -89,7 +89,7 @@ class LoginPhonePageV3 extends StatelessWidget {
child:
Align
(
child:
Align
(
alignment:
Alignment
.
bottomCenter
,
alignment:
Alignment
.
bottomCenter
,
child:
Padding
(
child:
Padding
(
padding:
const
EdgeInsets
.
fromLTRB
(
24
,
0
,
24
,
24
),
padding:
const
EdgeInsets
.
fromLTRB
(
0
,
0
,
0
,
20
),
child:
Column
(
child:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
mainAxisSize:
MainAxisSize
.
min
,
children:
[
children:
[
...
...
lib/ui/pages/login_v3/login_qr_page_v3.dart
View file @
09813c5
...
@@ -75,7 +75,7 @@ class LoginQrPageV3 extends StatelessWidget {
...
@@ -75,7 +75,7 @@ class LoginQrPageV3 extends StatelessWidget {
child:
Align
(
child:
Align
(
alignment:
Alignment
.
bottomCenter
,
alignment:
Alignment
.
bottomCenter
,
child:
Padding
(
child:
Padding
(
padding:
const
EdgeInsets
.
fromLTRB
(
24
,
0
,
24
,
24
),
padding:
const
EdgeInsets
.
fromLTRB
(
0
,
0
,
0
,
20
),
child:
Column
(
child:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
mainAxisSize:
MainAxisSize
.
min
,
children:
[
children:
[
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment