121
skyouc
2025-03-21 d8c5c7047b638f931e9b4524468b73ed6e729d97
rsf-admin/src/page/asnOrder/AsnWareModal.jsx
@@ -144,7 +144,7 @@
            <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}>
                <Box sx={{ width: '100%', display: 'flex', justifyContent: 'space-between' }}>
                    <Button onClick={handleSubmit} variant="contained" startIcon={<SaveIcon />}>
                        确认
                        {translate('toolbar.confirm')}
                    </Button>
                </Box>
            </DialogActions>