fix(web): mobile view

This commit is contained in:
BennyKok
2023-12-21 00:01:01 +08:00
parent 87a25eb262
commit f2c9362a8a
9 changed files with 87 additions and 45 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ export function MachineList({ data }: { data: Machine[] }) {
</DropdownMenu> */}
</div>
</div>
<div className="rounded-md border">
<div className="rounded-md border overflow-x-auto w-full">
<Table>
<TableHeader>
{table.getHeaderGroups().map((headerGroup) => (