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
d8041060
Commit
d8041060
authored
Jul 02, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片
parent
a300de72
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
plan_compare_detail_info_bg.png
assets/plan_compare_detail_info_bg.png
+0
-0
plan_compare_detail_title_bg.png
assets/plan_compare_detail_title_bg.png
+0
-0
PlanCompareDetailPage.dart
...ueModel/page/PlanCompareDetail/PlanCompareDetailPage.dart
+4
-2
No files found.
assets/plan_compare_detail_info_bg.png
0 → 100644
View file @
d8041060
7.22 KB
assets/plan_compare_detail_title_bg.png
0 → 100644
View file @
d8041060
1.62 KB
lib/ClueModel/page/PlanCompareDetail/PlanCompareDetailPage.dart
View file @
d8041060
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zx
* @Author: zx
* @Date: 2020-06-30 17:40:43
* @Date: 2020-06-30 17:40:43
* @Last Modified by: zx
* @Last Modified by: zx
* @Last Modified time: 2020-07-02 10:
12:40
* @Last Modified time: 2020-07-02 10:
20:25
*/
*/
import
'package:cached_network_image/cached_network_image.dart'
;
import
'package:cached_network_image/cached_network_image.dart'
;
...
@@ -163,13 +163,15 @@ Widget reloadPage () {
...
@@ -163,13 +163,15 @@ Widget reloadPage () {
child:
Stack
(
child:
Stack
(
children:
<
Widget
>[
children:
<
Widget
>[
Positioned
(
Positioned
(
child:
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
15
),
child:
Container
(
child:
Container
(
alignment:
Alignment
.
center
,
alignment:
Alignment
.
center
,
color:
Colors
.
cyan
,
color:
Colors
.
cyan
,
margin:
EdgeInsets
.
fromLTRB
(
5.5
,
15
,
5.5
,
15
),
margin:
EdgeInsets
.
fromLTRB
(
5.5
,
15
,
5.5
,
15
),
// width: (screenWidth - 41) / 2.0,
child:
Image
.
asset
(
'plan_compare_detail_info_bg'
),
child:
Image
.
asset
(
'plan_compare_detail_info_bg'
),
),
),
)
),
),
Positioned
(
Positioned
(
left:
17.5
,
left:
17.5
,
...
...
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