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
4494ae77
Commit
4494ae77
authored
Jul 13, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
24856199
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+2
-2
LevelOneItem.dart
lib/ClueModel/page/levelOne/LevelOneItem.dart
+2
-2
LevelTwoPage.dart
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
+3
-1
PlanPage.dart
lib/ClueModel/page/plan/PlanPage.dart
+3
-3
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
4494ae77
...
...
@@ -52,8 +52,8 @@ class _PopView implements ICenterPicker {
child:
Container
(
width:
contentWidth
,
height:
_model
.
popViewLive
.
data
.
second
.
title
.
length
>
13
?
3
6
7.5
:
3
10
.5
,
?
3
7
7.5
:
3
25
.5
,
child:
Stack
(
alignment:
AlignmentDirectional
.
topCenter
,
children:
<
Widget
>[
...
...
lib/ClueModel/page/levelOne/LevelOneItem.dart
View file @
4494ae77
...
...
@@ -588,7 +588,7 @@ class LevelOneItem extends StatelessWidget {
],
)),
Container
(
margin:
EdgeInsets
.
only
(
top:
12.5
,
bottom:
12
),
margin:
EdgeInsets
.
only
(
top:
7.5
,
bottom:
4
),
child:
Text
(
cards
.
diary
.
content
,
textScaleFactor:
1.0
,
...
...
@@ -605,7 +605,7 @@ class LevelOneItem extends StatelessWidget {
),
baseText
(
"项目
${cards.diary.title}
"
,
13
,
Color
(
0xff999999
)),
Container
(
margin:
EdgeInsets
.
only
(
top:
12
,
bottom:
16
),
margin:
EdgeInsets
.
only
(
top:
9
,
bottom:
16
),
height:
14
,
child:
Row
(
mainAxisSize:
MainAxisSize
.
min
,
...
...
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
View file @
4494ae77
...
...
@@ -246,7 +246,9 @@ class LevelTwoState extends BaseState<LevelTwoPage>
),
];
},
body:
TabBarView
(
controller:
tabController
,
children:
list
));
body:
Container
(
color:
Color
(
0xffF7F6FA
),
child:
TabBarView
(
controller:
tabController
,
children:
list
)));
}
List
<
Widget
>
getTabs
()
{
...
...
lib/ClueModel/page/plan/PlanPage.dart
View file @
4494ae77
...
...
@@ -65,7 +65,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
@override
void
initState
()
{
if
(
RouterCenterImpl
().
findMainRouter
().
isWithNative
()
&&
CacheManager
.
getInstance
().
get
(
MEMORY_CACHE
).
get
(
BASE_URL
)
.
empty
()
)
{
CacheManager
.
getInstance
().
get
(
MEMORY_CACHE
).
get
(
BASE_URL
)
==
null
)
{
func
=
(
str
)
{
if
(
str
==
"init"
)
{
_model
.
init
(
needCache:
true
);
...
...
@@ -447,7 +447,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
// Expanded(
// child:
AspectRatio
(
aspectRatio:
335
/
180
,
aspectRatio:
335
/
180
,
child:
StreamBuilder
<
List
<
Ranks
>>(
stream:
_model
.
picLive
.
stream
,
initialData:
_model
.
picLive
.
data
??
null
,
...
...
@@ -484,7 +484,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
// Expanded(
// child:
AspectRatio
(
aspectRatio:
335
/
180
,
aspectRatio:
335
/
180
,
child:
StreamBuilder
<
List
<
Ranks
>>(
stream:
_model
.
picLive
.
stream
,
initialData:
_model
.
picLive
.
data
??
null
,
...
...
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