add stocking page

This commit is contained in:
zadit frontend
2024-08-03 07:29:36 +00:00
parent c4654ce64f
commit 5b4de33afb
21 changed files with 990 additions and 248 deletions

View File

@@ -175,9 +175,18 @@ const TablesPage = ({ shopId }) => {
return (
<div
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
style={{
overflowX: "hidden", // Correct property name for horizontal overflow
backgroundColor: "#e9e9e9", // Remove duplicate property
display: "flex",
flexDirection: "column",
justifyContent: "center",
fontSize: "calc(10px + 2vmin)",
color: "rgba(88, 55, 50, 1)",
}}
>
<TableCanvas
isAdmin={true}
tables={tables}
selectedTable={selectedTable}
newTable={newTable}