我的借还物品action位置修改

hmxc
小赖 4 years ago
parent ae22cd8b6f
commit d956cfa3b6

@ -88,16 +88,14 @@ class _GoodsManagePageState extends State<GoodsManagePage> {
return BeeScaffold( return BeeScaffold(
title: '借还管理', title: '借还管理',
actions: [ actions: [
InkWell( MaterialButton(
onTap: () { onPressed: () {
MineGoodsPage().to(); MineGoodsPage().to();
}, },
child: Container( child: '我的借还物品'.text.black.size(28.sp).make(),
padding: EdgeInsets.fromLTRB(32.w, 28.w, 32.w, 20.w), padding: EdgeInsets.symmetric(horizontal: 32.w),
alignment: Alignment.center, ),
child: '我的借还物品'.text.black.size(28.sp).make()))
], ],
body: BeeListView( body: BeeListView(
path: API.manager.articleBorrow, path: API.manager.articleBorrow,
controller: _easyRefreshController, controller: _easyRefreshController,

Loading…
Cancel
Save