fix overflow

hmxc
小赖 4 years ago
parent 61be213dd2
commit 14bb7b9685

@ -104,7 +104,7 @@ class _GoodsDetoPageState extends State<GoodsDetoPage> {
vertical: 50.w, horizontal: 32.w), vertical: 50.w, horizontal: 32.w),
alignment: Alignment.topLeft, alignment: Alignment.topLeft,
constraints: BoxConstraints( constraints: BoxConstraints(
minHeight: 650.w + 96.w, minWidth: 686.w), minHeight: 652.w + 96.w, minWidth: 686.w),
child: BeeRadio( child: BeeRadio(
value: items[index].id, groupValues: _select), value: items[index].id, groupValues: _select),
), ),

Loading…
Cancel
Save