设备人员更新
This commit is contained in:
@@ -135,9 +135,17 @@ class _MattressControlPageState extends State<MattressControlPage> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
_buildBedImageSection(context),
|
||||
_buildModeSelector(context),
|
||||
Expanded(child: _buildControlCards(context)),
|
||||
Center(
|
||||
child: Text(
|
||||
"等待引入",
|
||||
style: TextStyle(
|
||||
color: Colors.white,
|
||||
),
|
||||
))
|
||||
|
||||
// _buildBedImageSection(context),
|
||||
// _buildModeSelector(context),
|
||||
// Expanded(child: _buildControlCards(context)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user