mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-10 03:57:39 +08:00
change image width
This commit is contained in:
@@ -46,8 +46,8 @@ class WelcomePage extends ConsumerWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 130,
|
width: 140,
|
||||||
height: 195,
|
height: 210,
|
||||||
child: Image.network(
|
child: Image.network(
|
||||||
"${APIs.imagesUrl}/${item.id}/poster.jpg",
|
"${APIs.imagesUrl}/${item.id}/poster.jpg",
|
||||||
fit: BoxFit.fill,
|
fit: BoxFit.fill,
|
||||||
@@ -55,7 +55,7 @@ class WelcomePage extends ConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 130,
|
width: 140,
|
||||||
child: LinearProgressIndicator(
|
child: LinearProgressIndicator(
|
||||||
value: 1,
|
value: 1,
|
||||||
color: item.status == "downloaded"
|
color: item.status == "downloaded"
|
||||||
|
|||||||
Reference in New Issue
Block a user