修改系统通知列表UI

This commit is contained in:
CYH 2023-08-24 17:05:42 +08:00
parent 3783400390
commit 26b3172dae

View File

@ -68,7 +68,7 @@ class Sys_notify_listPage extends StatelessWidget {
if (data.image != null) {
widgets.add(Image.network(
data.image!,
width: 267,
width: 0.712 * Get.width,
height: 114.sp,
fit: BoxFit.fill,
));
@ -171,7 +171,7 @@ class Sys_notify_listPage extends StatelessWidget {
Column(
children: [
Container(
width: 267.sp,
width: 0.712 * Get.width,
margin: EdgeInsets.only(left: 10.sp),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10.sp),