Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
special_equipment_flutter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春元
special_equipment_flutter
Commits
e9d7e7c9
Commit
e9d7e7c9
authored
Sep 26, 2024
by
York
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史登录账号弹窗增加关闭按钮
parent
79bc250a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
login_page.dart
lib/ui/login/login_page.dart
+21
-2
No files found.
lib/ui/login/login_page.dart
View file @
e9d7e7c9
...
...
@@ -251,8 +251,27 @@ class EditTextState extends State<EditTextWidget>
builder:
(
BuildContext
context
)
{
return
AlertDialog
(
titlePadding:
const
EdgeInsets
.
only
(
left:
20
,
right:
20
,
top:
10
),
title:
const
Text
(
'历史登录账号、密码'
),
left:
20
,
right:
20
,
top:
10
,
bottom:
10
),
title:
Row
(
mainAxisAlignment:
MainAxisAlignment
.
spaceBetween
,
children:
[
const
Text
(
'历史登录账号、密码'
),
InkWell
(
onTap:
()
{
Get
.
back
();
},
child:
const
Icon
(
Icons
.
clear
,
size:
30
,
color:
Colors
.
grey
,
),
)
],
),
actions:
<
Widget
>[
ListView
.
separated
(
scrollDirection:
Axis
.
vertical
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment