Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -83,7 +83,7 @@ class _PoemDetailPageState extends State<PoemDetailPage> { | ... | @@ -83,7 +83,7 @@ class _PoemDetailPageState extends State<PoemDetailPage> { |
83 | margin: | 83 | margin: |
84 | EdgeInsets.symmetric(vertical: 30.px, horizontal: 20.px), | 84 | EdgeInsets.symmetric(vertical: 30.px, horizontal: 20.px), |
85 | height: MediaQuery.of(context).size.height - | 85 | height: MediaQuery.of(context).size.height - |
86 | - 140.px - | 86 | + 145.px - |
87 | widget.poemPanelHeight, | 87 | widget.poemPanelHeight, |
88 | width: double.infinity, | 88 | width: double.infinity, |
89 | decoration: BoxDecoration( | 89 | decoration: BoxDecoration( | ... | ... |
... | @@ -74,7 +74,7 @@ class _PoemRecordAudioPageState extends State<PoemRecordAudioPage> { | ... | @@ -74,7 +74,7 @@ class _PoemRecordAudioPageState extends State<PoemRecordAudioPage> { |
74 | margin: | 74 | margin: |
75 | EdgeInsets.symmetric(vertical: 20.px, horizontal: 20.px), | 75 | EdgeInsets.symmetric(vertical: 20.px, horizontal: 20.px), |
76 | height: MediaQuery.of(context).size.height - | 76 | height: MediaQuery.of(context).size.height - |
77 | - 120.px - | 77 | + 125.px - |
78 | widget.poemPanelHeight, | 78 | widget.poemPanelHeight, |
79 | width: double.infinity, | 79 | width: double.infinity, |
80 | decoration: BoxDecoration( | 80 | decoration: BoxDecoration( | ... | ... |
-
Please register or login to post a comment