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
6611d848
Commit
6611d848
authored
Jul 10, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of git.wanmeizhensuo.com:linshengyu/gm_flutter into test
parents
f1b32e38
484f2d68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
14 deletions
+23
-14
LevelTwoPage.dart
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
+23
-14
No files found.
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
View file @
6611d848
...
...
@@ -274,18 +274,27 @@ class LevelTwoState extends BaseState<LevelTwoPage>
mainAxisSize:
MainAxisSize
.
max
,
children:
<
Widget
>[
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
6
),
child:
Container
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
17
),
border:
Border
.
all
(
color:
Color
(
0xffF9F8FB
),
width:
1
)),
child:
CachedNetworkImage
(
imageUrl:
_model
.
planoverItem
.
banner
.
imageUrl
,
width:
86
,
height:
86
,
fit:
BoxFit
.
cover
,
),
)),
borderRadius:
BorderRadius
.
circular
(
6
),
child:
Container
(
color:
Color
(
0xffF9F8FB
),
width:
86
,
height:
86
,
padding:
EdgeInsets
.
all
(
1
),
child:
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
6
),
child:
Container
(
width:
86
,
height:
86
,
color:
Colors
.
white
,
child:
CachedNetworkImage
(
imageUrl:
_model
.
planoverItem
.
banner
.
imageUrl
,
width:
86
,
height:
86
,
fit:
BoxFit
.
cover
,
),
)),
),
),
Expanded
(
child:
Padding
(
padding:
EdgeInsets
.
only
(
left:
12
,
top:
5
),
...
...
@@ -307,8 +316,8 @@ class LevelTwoState extends BaseState<LevelTwoPage>
style:
TextStyle
(
color:
Color
(
0xff999999
),
fontSize:
12
)),
Expanded
(
child:
baseText
(
'¥'
+
_model
.
planoverItem
.
guidePrice
,
12
,
Color
(
0xffFF5963
)),
child:
baseText
(
_model
.
planoverItem
.
guidePrice
,
12
,
Color
(
0xffFF5963
)),
)
],
)
...
...
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