s
This commit is contained in:
parent
638824974d
commit
7b77d75a4c
@ -52,7 +52,14 @@ class ImgCategoryPageView extends GetView {
|
|||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
),
|
),
|
||||||
|
|
||||||
Align(
|
Material(
|
||||||
|
color: Colors.transparent,
|
||||||
|
child: InkWell(
|
||||||
|
onTap: () {
|
||||||
|
print("查看大图...");
|
||||||
|
// Get.to(ImgCategoryPageView(stitle: title,dataModel: controller.typeList[index]));
|
||||||
|
},
|
||||||
|
child: Align(
|
||||||
alignment: Alignment.bottomCenter,
|
alignment: Alignment.bottomCenter,
|
||||||
child: Container(
|
child: Container(
|
||||||
color: Colors.black.withAlpha(160),
|
color: Colors.black.withAlpha(160),
|
||||||
@ -75,7 +82,10 @@ class ImgCategoryPageView extends GetView {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user