From b782c4c683da89c7e389cf288e1191073afd1f51 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 06 五月 2025 10:03:24 +0800 Subject: [PATCH] #其他收货-》单据收货 --- rsf-admin/src/page/waitPakin/SelectSiteModel.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx index 3c828af..bf21873 100644 --- a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx +++ b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx @@ -55,7 +55,7 @@ return ( <Box> <Dialog - sx={{width: '90%'}} + sx={{width: '100%'}} open={open} onClose={handleClose} fullWidth @@ -64,6 +64,7 @@ > <DialogTitle> {translate('toolbar.selectSite')} + <DialogCloseButton onClose={() => setOpen(false)} /> </DialogTitle> <DialogContent> <List @@ -113,7 +114,7 @@ </WrapperField> </StyledDatagrid> </List> - </DialogContent> + </DialogContent> </Dialog> </Box> ) -- Gitblit v1.9.1