设备 预约接口

This commit is contained in:
czz
2025-06-16 21:43:07 +08:00
parent f7b50ae609
commit 89d0bbcc00
29 changed files with 2134 additions and 1085 deletions

View File

@@ -37,7 +37,7 @@ class BookInfoPage extends GetView<BookInfoController> {
),
),
child: Scaffold(
resizeToAvoidBottomInset: false, // 自
// resizeToAvoidBottomInset: false, // 自
// key: scaffoldKey,
backgroundColor: Colors.transparent,
appBar: AppBar(
@@ -323,6 +323,8 @@ class BookInfoPage extends GetView<BookInfoController> {
onChanged: (d) {
controller.model.userName = d;
},
enableInteractiveSelection:
false,
obscureText: false,
decoration: InputDecoration(
labelStyle:
@@ -393,9 +395,8 @@ class BookInfoPage extends GetView<BookInfoController> {
8),
),
contentPadding:
const EdgeInsetsDirectional
.fromSTEB(
0, 0, 0, 12),
EdgeInsets.symmetric(
vertical: 0),
),
style:
FlutterFlowTheme.of(context)
@@ -417,6 +418,7 @@ class BookInfoPage extends GetView<BookInfoController> {
),
),
),
getLine(),
Padding(
padding: EdgeInsetsDirectional.fromSTEB(
@@ -545,9 +547,8 @@ class BookInfoPage extends GetView<BookInfoController> {
8),
),
contentPadding:
const EdgeInsetsDirectional
.fromSTEB(
0, 0, 0, 12),
EdgeInsets.symmetric(
vertical: 0),
),
style:
FlutterFlowTheme.of(context)