fix data table

This commit is contained in:
natib21
2026-06-20 07:40:47 +00:00
parent d97085009e
commit fcd112cc29

View File

@@ -380,14 +380,7 @@ const FleetResourcePage = () => {
<Box style={{ <Box style={{
overflowX: "auto", overflowX: "auto",
width: "100%", width: "100%",
minWidth: 0,
WebkitOverflowScrolling: "touch", WebkitOverflowScrolling: "touch",
display: "block"
}}>
<div style={{
minWidth: "100%",
display: "table",
width: "100%"
}}> }}>
<DataTable <DataTable
columns={columns} columns={columns}
@@ -423,7 +416,6 @@ const FleetResourcePage = () => {
/> />
)} )}
/> />
</div>
</Box> </Box>
) : ( ) : (
<FleetCardGrid <FleetCardGrid