下拉状态无设备不可点
This commit is contained in:
@@ -87,7 +87,6 @@ class BookInfoPage extends GetView<BookInfoController> {
|
||||
30.rpx, 40.rpx, 30.rpx, 0),
|
||||
child: Container(
|
||||
width: MediaQuery.sizeOf(context).width,
|
||||
height: MediaQuery.sizeOf(context).height * 1,
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
@@ -104,7 +103,9 @@ class BookInfoPage extends GetView<BookInfoController> {
|
||||
width: 0.5.rpx))),
|
||||
child: Container(
|
||||
margin: EdgeInsets.only(
|
||||
left: 30.rpx, right: 30.rpx),
|
||||
left: 30.rpx,
|
||||
right: 30.rpx,
|
||||
bottom: 10.rpx),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
crossAxisAlignment:
|
||||
|
||||
Reference in New Issue
Block a user