0419 0318
更新4
This commit is contained in:
@@ -592,7 +592,7 @@ class _RecommendedSongsSection extends StatelessWidget {
|
||||
}
|
||||
|
||||
return SizedBox(
|
||||
height: 200,
|
||||
height: 220,
|
||||
child: ListView.builder(
|
||||
scrollDirection: Axis.horizontal,
|
||||
itemCount: songs.length,
|
||||
@@ -664,7 +664,7 @@ class _SongItemCard extends StatelessWidget {
|
||||
ClipRRect(
|
||||
borderRadius: const BorderRadius.vertical(top: Radius.circular(12)),
|
||||
child: SizedBox(
|
||||
height: 120,
|
||||
height: 140,
|
||||
width: double.infinity,
|
||||
child: Image.network(
|
||||
_getCoverUrl(song.id),
|
||||
|
||||
Reference in New Issue
Block a user