|
|
|
@@ -213,7 +213,7 @@ export default function ReceiptIssuingOrderDetail() { |
|
|
|
<Button onClick={() => navigate(-1)}>戻る</Button> |
|
|
|
</Stack> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={4}> |
|
|
|
<Grid item xs={12} lg={4}> |
|
|
|
<Paper elevation={0} sx={{ border: "1px solid" }}> |
|
|
|
<Stack spacing={2}> |
|
|
|
<Typography |
|
|
|
@@ -235,7 +235,7 @@ export default function ReceiptIssuingOrderDetail() { |
|
|
|
</Stack> |
|
|
|
</Paper> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={4}> |
|
|
|
<Grid item xs={12} lg={4}> |
|
|
|
<Paper elevation={0} sx={{ pb: 2, border: "1px solid" }}> |
|
|
|
<Stack spacing={2}> |
|
|
|
<Typography |
|
|
|
@@ -279,7 +279,7 @@ export default function ReceiptIssuingOrderDetail() { |
|
|
|
</Stack> |
|
|
|
</Paper> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={4}> |
|
|
|
<Grid item xs={12} lg={4}> |
|
|
|
<Paper elevation={0} sx={{ border: "1px solid" }}> |
|
|
|
<Stack spacing={2}> |
|
|
|
<Typography |
|
|
|
|