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
d9b7f382
Commit
d9b7f382
authored
Jul 14, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix UI
parent
d025ecc7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
LevelOnePage.dart
lib/ClueModel/page/levelOne/LevelOnePage.dart
+1
-1
LevelTwoPage.dart
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
+1
-1
PlanPage.dart
lib/ClueModel/page/plan/PlanPage.dart
+1
-1
BaseComponent.dart
lib/commonModel/base/BaseComponent.dart
+1
-1
No files found.
lib/ClueModel/page/levelOne/LevelOnePage.dart
View file @
d9b7f382
...
...
@@ -455,7 +455,7 @@ class LevelOneState extends BaseState<LevelOnePage>
child:
Row
(
children:
<
Widget
>[
Container
(
width:
5
2
,
width:
5
3.5
,
child:
element
.
attrName
.
length
<
4
?
Row
(
children:
textList
,
...
...
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
View file @
d9b7f382
...
...
@@ -415,7 +415,7 @@ class LevelTwoState extends BaseState<LevelTwoPage>
child:
Row
(
children:
<
Widget
>[
Container
(
width:
5
2
,
width:
5
3.5
,
child:
element
.
attrName
.
length
<
4
?
Row
(
children:
textList
,
...
...
lib/ClueModel/page/plan/PlanPage.dart
View file @
d9b7f382
...
...
@@ -350,7 +350,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
sliver:
baseSliverAppBar
(
null
,
height:
0
,
needpic:
false
,
paddingTop:
-(
kToolbarHeight
-
stateBarHeight
))),
paddingTop:
-(
kToolbarHeight
-
stateBarHeight
)
+
2
)),
SliverList
(
delegate:
SliverChildBuilderDelegate
((
BuildContext
c
,
int
i
)
{
if
(
i
==
0
)
{
...
...
lib/commonModel/base/BaseComponent.dart
View file @
d9b7f382
...
...
@@ -525,7 +525,7 @@ Widget baseSliverBack(VoidCallback tap, context) {
final
double
topPadding
=
MediaQuery
.
of
(
context
).
padding
.
top
;
return
Positioned
(
top:
topPadding
+
6.5
,
left:
7
,
left:
15
,
child:
GestureDetector
(
behavior:
HitTestBehavior
.
opaque
,
onTap:
tap
,
...
...
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