mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 调整横版卡片尺寸
This commit is contained in:
@@ -77,7 +77,7 @@ class _FavPageState extends State<FavPage> {
|
||||
context,
|
||||
Grid.maxRowWidth * 2,
|
||||
StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
childCount:
|
||||
|
||||
@@ -223,7 +223,7 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
context,
|
||||
Grid.maxRowWidth * 2,
|
||||
StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate:
|
||||
SliverChildBuilderDelegate((context, index) {
|
||||
|
||||
@@ -91,7 +91,7 @@ class _LaterPageState extends State<LaterPage> {
|
||||
context,
|
||||
Grid.maxRowWidth * 2,
|
||||
StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate:
|
||||
SliverChildBuilderDelegate((context, index) {
|
||||
|
||||
@@ -85,7 +85,7 @@ class _MemberArchivePageState extends State<MemberArchivePage> {
|
||||
context,
|
||||
Grid.maxRowWidth * 2,
|
||||
StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, index) {
|
||||
|
||||
@@ -18,7 +18,7 @@ Widget searchArticlePanel(BuildContext context, ctr, list) {
|
||||
maxCrossAxisExtent: Grid.maxRowWidth * 2,
|
||||
mainAxisExtent: Grid.calculateActualWidth(
|
||||
context, Grid.maxRowWidth * 2, StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, int index) {
|
||||
|
||||
@@ -91,7 +91,7 @@ class SearchVideoPanel extends StatelessWidget {
|
||||
maxCrossAxisExtent: Grid.maxRowWidth * 2,
|
||||
mainAxisExtent: Grid.calculateActualWidth(context,
|
||||
Grid.maxRowWidth * 2, StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(BuildContext context, int index) {
|
||||
|
||||
@@ -67,7 +67,7 @@ class _SubPageState extends State<SubPage> {
|
||||
context,
|
||||
Grid.maxRowWidth * 2,
|
||||
StyleString.safeSpace) /
|
||||
1.9 /
|
||||
2.1 /
|
||||
StyleString.aspectRatio),
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
childCount:
|
||||
|
||||
Reference in New Issue
Block a user