首页ui布局
This commit is contained in:
parent
8fe3bcaf48
commit
723d06cfcd
@ -54,8 +54,15 @@ class HomePageView extends GetView <HomePageController> {
|
|||||||
image: controller.typeList[index].data![0].previewThumb!,
|
image: controller.typeList[index].data![0].previewThumb!,
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
),
|
),
|
||||||
|
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.bottomCenter,
|
alignment: Alignment.bottomCenter,
|
||||||
|
child: Container(
|
||||||
|
color: Colors.black,
|
||||||
|
height: 30,
|
||||||
|
width: double.infinity,
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.center,
|
||||||
child: Text(
|
child: Text(
|
||||||
controller.typeList[index].name!,
|
controller.typeList[index].name!,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
@ -64,6 +71,8 @@ class HomePageView extends GetView <HomePageController> {
|
|||||||
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user