设备 预约接口

This commit is contained in:
czz
2025-06-12 09:03:44 +08:00
parent 6ec1c79866
commit d5c3addd4a
23 changed files with 1488 additions and 1324 deletions

View File

@@ -158,10 +158,10 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
// color: const Color(0xFF06486F),
border: Border(
top: index == 0
? BorderSide(color: const Color(0xFF929699), width: 1.rpx)
? BorderSide(color: const Color(0xFF929699), width: 0.5.rpx)
: BorderSide.none,
bottom:
BorderSide(color: const Color(0xFF929699), width: 1.rpx),
BorderSide(color: const Color(0xFF929699), width: 0.5.rpx),
),
),
child: Padding(