mod: 番剧封面比例

This commit is contained in:
guozhigq
2024-10-07 23:15:17 +08:00
parent 8d229fb53f
commit 46a76653f2
3 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ class BangumiCardV extends StatelessWidget {
StyleString.imgRadius,
),
child: AspectRatio(
aspectRatio: 0.65,
aspectRatio: 0.75,
child: LayoutBuilder(builder: (context, boxConstraints) {
final double maxWidth = boxConstraints.maxWidth;
final double maxHeight = boxConstraints.maxHeight;