修改系统通知列表UI
This commit is contained in:
parent
3783400390
commit
26b3172dae
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user