修改ui设计错误

This commit is contained in:
czz
2025-06-11 08:47:06 +08:00
parent 501d133bad
commit 6ec1c79866
36 changed files with 2200 additions and 350 deletions

View File

@@ -109,13 +109,13 @@ class _BluetoothState extends State<BluetoothPage> {
children: [
Image.asset(
'assets/images/active_bluetooth.png',
width: 42.rpx,
height: 42.rpx,
width: 68.rpx,
height: 68.rpx,
),
SizedBox(height: 4),
Text('已连接',
style: TextStyle(
color: Colors.green,
color: Color(0xFF6BFDAC),
fontSize: 26.rpx)),
],
),
@@ -132,7 +132,7 @@ class _BluetoothState extends State<BluetoothPage> {
_buildMenuButton(
context, '详情', "/devicePeopleInfo"),
_buildMenuButton(
context, '人员资料', "/peopleInfoPage"),
context, '人员资料', "/peopleInfoPage"),
_buildMenuButton(
context, '房间选择', "/roomPickerPage"),
_buildMenuButton(