设备 预约接口
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user