Browse Source

编辑分类键盘更改

wr_2023_business
fmk 2 years ago
parent
commit
6b59079b8e
  1. 1
      lib/business_system/goods/on_sale/edit_assort.dart

1
lib/business_system/goods/on_sale/edit_assort.dart

@ -47,6 +47,7 @@ class _EditAssort extends State<EditAssort> {
FocusScope.of(context).requestFocus(FocusNode()); FocusScope.of(context).requestFocus(FocusNode());
}, },
child: Scaffold( child: Scaffold(
resizeToAvoidBottomInset: false,
backgroundColor: Colors.white, backgroundColor: Colors.white,
appBar: MyAppBar( appBar: MyAppBar(
title: "编辑分类", title: "编辑分类",

Loading…
Cancel
Save