mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 15:14:02 +08:00
@@ -261,7 +261,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
payImg,
|
||||
width: 110,
|
||||
height: 155,
|
||||
cacheWidth: 110.cacheSize(context),
|
||||
cacheWidth: 110,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -352,7 +352,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
width: 16,
|
||||
height: 28,
|
||||
index == 0 ? Assets.leftDisable : Assets.left,
|
||||
cacheWidth: 16.cacheSize(context),
|
||||
cacheWidth: 16,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -375,7 +375,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
width: 16,
|
||||
height: 28,
|
||||
index == 1 ? Assets.rightDisable : Assets.right,
|
||||
cacheWidth: 16.cacheSize(context),
|
||||
cacheWidth: 16,
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -452,7 +452,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
Assets.panelClose,
|
||||
width: 30,
|
||||
height: 30,
|
||||
cacheWidth: 30.cacheSize(context),
|
||||
cacheWidth: 30,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user