🐛 fix: table colspan error

This commit is contained in:
Martial BE 2024-03-29 10:12:02 +08:00
parent 6c1e592a01
commit 5a2588d243
No known key found for this signature in database
GPG Key ID: D06C32DF0EDB9084
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ export default function ChannelTableRow({ item, manageChannel, handleOpenModal,
))}
</StyledMenu>
<TableRow>
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={10}>
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={11}>
<Collapse in={openRow} timeout="auto" unmountOnExit>
<Grid container spacing={1}>
<Grid item xs={12}>

View File

@ -78,7 +78,7 @@ export default function PricesTableRow({ item, managePrices, handleOpenModal, se
</TableRow>
<TableRow>
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={10}>
<TableCell style={{ paddingBottom: 0, paddingTop: 0, textAlign: 'left' }} colSpan={7}>
<Collapse in={openRow} timeout="auto" unmountOnExit>
<Grid container spacing={1}>
<Grid item xs={12}>