更新界面布局
This commit is contained in:
@@ -109,7 +109,7 @@ class _DeviceDetailPageState extends State<DeviceDetailPage> {
|
||||
minHeight: 200.rpx,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.transparent,
|
||||
color: Colors.white,
|
||||
),
|
||||
child:
|
||||
(widget.device['code']?.toString().isNotEmpty ??
|
||||
@@ -124,6 +124,7 @@ class _DeviceDetailPageState extends State<DeviceDetailPage> {
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
SizedBox(height: 20.rpx),
|
||||
Container(
|
||||
height: 50.rpx,
|
||||
decoration: BoxDecoration(),
|
||||
|
||||
Reference in New Issue
Block a user