Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reason
2022-01-03 11:17:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5d871ed12a08ec8b785ec12bf54171440878548
f5d871ed
1 parent
a26b5490
适配oppo样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
lib/poem/page/poem_detail.dart
lib/poem/page/poem_record_audio.dart
lib/poem/page/poem_detail.dart
View file @
f5d871e
...
...
@@ -83,7 +83,7 @@ class _PoemDetailPageState extends State<PoemDetailPage> {
margin:
EdgeInsets
.
symmetric
(
vertical:
30
.
px
,
horizontal:
20
.
px
),
height:
MediaQuery
.
of
(
context
).
size
.
height
-
14
0
.
px
-
14
5
.
px
-
widget
.
poemPanelHeight
,
width:
double
.
infinity
,
decoration:
BoxDecoration
(
...
...
lib/poem/page/poem_record_audio.dart
View file @
f5d871e
...
...
@@ -74,7 +74,7 @@ class _PoemRecordAudioPageState extends State<PoemRecordAudioPage> {
margin:
EdgeInsets
.
symmetric
(
vertical:
20
.
px
,
horizontal:
20
.
px
),
height:
MediaQuery
.
of
(
context
).
size
.
height
-
12
0
.
px
-
12
5
.
px
-
widget
.
poemPanelHeight
,
width:
double
.
infinity
,
decoration:
BoxDecoration
(
...
...
Please
register
or
login
to post a comment