日报周报月报

This commit is contained in:
czz
2025-07-07 14:58:54 +08:00
parent a4aa105a3a
commit 92e936d57f
22 changed files with 3209 additions and 723 deletions

View File

@@ -66,7 +66,7 @@ class _EditBedPageState extends State<EditBedPage> {
children: [
// 中间居中的标题
Text(
'智能名称',
'智能设备名称',
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
@@ -123,7 +123,7 @@ class _EditBedPageState extends State<EditBedPage> {
textAlign: TextAlign.center,
decoration: InputDecoration(
hintText: "请输入的名称",
hintText: "请输入设备的名称",
contentPadding:
const EdgeInsetsDirectional
.fromSTEB(10, 0, 10, 0),