refactor catering, add orders view
This commit is contained in:
@@ -27,7 +27,6 @@ class BasePage(Component):
|
||||
if self.session.window_width > 28:
|
||||
return Container(
|
||||
content=Column(
|
||||
Row(),
|
||||
Column(
|
||||
Row(
|
||||
Spacer(grow_x=True, grow_y=True),
|
||||
@@ -50,10 +49,9 @@ class BasePage(Component):
|
||||
),
|
||||
Spacer(grow_x=True, grow_y=False),
|
||||
grow_y=False
|
||||
)
|
||||
),
|
||||
Row(),
|
||||
proportions=[4, 92, 4]
|
||||
),
|
||||
margin_top=4
|
||||
)
|
||||
),
|
||||
grow_x=True,
|
||||
grow_y=True
|
||||
|
||||
Reference in New Issue
Block a user