更新界面布局

This commit is contained in:
wyf
2025-06-04 11:54:01 +08:00
parent 40732066fe
commit 857317caf1
34 changed files with 4961 additions and 459 deletions

View File

@@ -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(),