From 1c5d419cbb955bd5230aab6d4f957712fcdfcf5a Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 21 三月 2025 13:05:15 +0800 Subject: [PATCH] no message --- rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx b/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx index 7de55f8..4bb496e 100644 --- a/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx +++ b/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx @@ -98,7 +98,9 @@ </FormControl> <Box> - <div ref={contentRef}>11</div> + <div ref={contentRef}> + 11 + </div> </Box> </DialogContent> <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}> -- Gitblit v1.9.1