fix: 价格表

This commit is contained in:
archer
2023-04-05 10:59:53 +08:00
parent 8c7efcbd1a
commit ec22cd8320
2 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
{!payId && (
<>
{/* 价格表 */}
<TableContainer mb={4}>
{/* <TableContainer mb={4}>
<Table>
<Thead>
<Tr>
@@ -112,7 +112,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
))}
</Tbody>
</Table>
</TableContainer>
</TableContainer> */}
<Grid gridTemplateColumns={'repeat(4,1fr)'} gridGap={5} mb={4}>
{[5, 10, 20, 50].map((item) => (
<Button