|
|
|
@ -29,7 +29,8 @@ const BuyDialog = ({ |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Dialog open={openDialog} onClose={() => setOpenDialog(false)} disableScrollLock={true}> |
|
|
|
<Dialog open={openDialog} onClose={() => setOpenDialog(false)} disableScrollLock={true} PaperProps={{ sx: { minHeight: '500px', maxHeight: '80vh' } }} |
|
|
|
|
|
|
|
> |
|
|
|
<DialogTitle>在庫登録</DialogTitle> |
|
|
|
<DialogTitle>在庫登録</DialogTitle> |
|
|
|
<DialogContent> |
|
|
|
<DialogContent> |
|
|
|
<Box sx={{ pt: 1 }}> |
|
|
|
<Box sx={{ pt: 1 }}> |
|
|
|
|