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 e01edfd7
authored
2026-06-24 16:04:28 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
link页面的标题栏的蓝色改为白色
1 parent
2dc71814
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
lib/ui/pages/link_page.dart
lib/ui/pages/link_page.dart
View file @
e01edfd
...
@@ -22,12 +22,21 @@ class LinkPage extends StatelessWidget {
...
@@ -22,12 +22,21 @@ class LinkPage extends StatelessWidget {
builder:
(
ctx
,
state
)
{
builder:
(
ctx
,
state
)
{
final
scaffold
=
Scaffold
(
final
scaffold
=
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
title:
Text
(
state
.
title
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
18
)),
title:
Text
(
state
.
title
,
style:
const
TextStyle
(
color:
Color
(
0xFF333333
),
fontSize:
16
,
fontWeight:
FontWeight
.
bold
,
height:
20
/
16
,
),
),
centerTitle:
true
,
centerTitle:
true
,
backgroundColor:
Color
(
0xFF7691FA
),
backgroundColor:
Colors
.
white
,
iconTheme:
IconThemeData
(
color:
Colors
.
white
),
elevation:
0
,
iconTheme:
IconThemeData
(
color:
Colors
.
black
),
leading:
IconButton
(
leading:
IconButton
(
icon:
const
Icon
(
Icons
.
arrow_back
,
color:
Colors
.
white
),
icon:
const
Icon
(
Icons
.
arrow_back
,
color:
Colors
.
black
),
onPressed:
()
{
onPressed:
()
{
ctx
.
read
<
LinkCubit
>().
handleBack
();
ctx
.
read
<
LinkCubit
>().
handleBack
();
},
},
...
...
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