Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
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
林生雨
gm_flutter
Commits
386c886a
Commit
386c886a
authored
Jul 13, 2020
by
朱翠翠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI走查
parent
966fb05c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PlanCompareDetailPage.dart
...ueModel/page/PlanCompareDetail/PlanCompareDetailPage.dart
+2
-2
BaseComponent.dart
lib/commonModel/base/BaseComponent.dart
+1
-1
No files found.
lib/ClueModel/page/PlanCompareDetail/PlanCompareDetailPage.dart
View file @
386c886a
...
...
@@ -469,7 +469,7 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> {
return
Row
(
children:
<
Widget
>[
Expanded
(
flex:
1
,
child:
baseText
(
left
.
empty
()
?
"暂无"
:
left
,
12
,
child:
baseText
(
left
.
empty
()
?
"暂无"
:
left
,
isName
?
12
:
14
,
isName
?
Color
(
0xff666666
)
:
Color
(
0xff3FB5AF
),
bold:
isName
?
false
:
true
,
maxLines:
100
,
...
...
@@ -481,7 +481,7 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> {
),
Expanded
(
flex:
1
,
child:
baseText
(
right
.
empty
()
?
"暂无"
:
right
,
12
,
child:
baseText
(
right
.
empty
()
?
"暂无"
:
right
,
isName
?
12
:
14
,
isName
?
Color
(
0xff666666
)
:
Color
(
0xffF25874
),
bold:
isName
?
false
:
true
,
maxLines:
100
,
...
...
lib/commonModel/base/BaseComponent.dart
View file @
386c886a
...
...
@@ -29,7 +29,7 @@ AppBar baseAppBar(
Widget
titleWidget
=
null
})
{
return
_baseAppBarChangeTitle
(
title:
title
==
null
?
Container
()
:
baseText
(
title
,
1
6
,
Color
(
0xff323232
)),
title
==
null
?
Container
()
:
baseText
(
title
,
1
8
,
Color
(
0xff323232
)),
action:
action
,
centerTitle:
centerTitle
,
backClick:
backClick
,
...
...
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