修改系统通知列表UI
This commit is contained in:
parent
3783400390
commit
26b3172dae
@ -68,7 +68,7 @@ class Sys_notify_listPage extends StatelessWidget {
|
|||||||
if (data.image != null) {
|
if (data.image != null) {
|
||||||
widgets.add(Image.network(
|
widgets.add(Image.network(
|
||||||
data.image!,
|
data.image!,
|
||||||
width: 267,
|
width: 0.712 * Get.width,
|
||||||
height: 114.sp,
|
height: 114.sp,
|
||||||
fit: BoxFit.fill,
|
fit: BoxFit.fill,
|
||||||
));
|
));
|
||||||
@ -171,7 +171,7 @@ class Sys_notify_listPage extends StatelessWidget {
|
|||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
width: 267.sp,
|
width: 0.712 * Get.width,
|
||||||
margin: EdgeInsets.only(left: 10.sp),
|
margin: EdgeInsets.only(left: 10.sp),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(10.sp),
|
borderRadius: BorderRadius.circular(10.sp),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user