Skip to content

Commit

Permalink
[Test] try fix ios top padding of playPage
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Jul 29, 2024
1 parent 587e52f commit 1c4e7e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/mobile/pages/play_display_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ class SongDisplayPageState extends State<SongDisplayPage> {
// 上方组件
Column(
children: [
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS)
const Padding(padding: EdgeInsets.only(top: 40)),
if (Platform.isAndroid || Platform.isIOS)
const Padding(padding: EdgeInsets.only(top: 20)),
const Padding(padding: EdgeInsets.only(top: 40)),
...topWidgets
],
),
Expand Down

0 comments on commit 1c4e7e2

Please sign in to comment.