Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_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
mobile
gmalpha_flutter
Commits
22d4d937
Commit
22d4d937
authored
Sep 27, 2019
by
杜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui 调整
parent
932fde7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ActivityReportPage.dart
lib/ActivityReportModel/page/ActivityReportPage.dart
+2
-1
No files found.
lib/ActivityReportModel/page/ActivityReportPage.dart
View file @
22d4d937
...
...
@@ -369,6 +369,7 @@ class PictorialCard extends StatelessWidget {
return
Container
(
width:
ScreenUtil
().
setWidth
(
110
),
height:
ScreenUtil
().
setWidth
(
110
),
margin:
EdgeInsets
.
only
(
bottom:
ScreenUtil
().
setHeight
(
3
)),
child:
CachedNetworkImage
(
imageUrl:
'
${item.image}
'
,
width:
ScreenUtil
().
setWidth
(
110
),
...
...
@@ -400,7 +401,7 @@ class PictorialCard extends StatelessWidget {
),
Container
(
width:
ScreenUtil
().
setWidth
(
343
),
height:
ScreenUtil
().
setHeight
(
53
)
,
height:
53
,
color:
Colors
.
white
,
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
...
...
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