Commit faf44368 authored by 张宏's avatar 张宏

1

parent 75c1ef0e
...@@ -182,7 +182,7 @@ class _RoomManagementBlockState extends State<RoomManagementBlock> { ...@@ -182,7 +182,7 @@ class _RoomManagementBlockState extends State<RoomManagementBlock> {
final type = entry.value; final type = entry.value;
final isSelected = _selectedType == type; final isSelected = _selectedType == type;
return Container( return Container(
width: 80.w, width: 100.w,
child: Padding( child: Padding(
padding: padding:
EdgeInsets.only(right: index < types.length - 1 ? 10.w : 0), EdgeInsets.only(right: index < types.length - 1 ? 10.w : 0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment