From 6f4f866484c956cfbe3de3d4d60a723d4f2ba6c7 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 30 四月 2025 17:03:24 +0800 Subject: [PATCH] no message --- 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