#
luxiaotao1123
2025-06-28 1da741e8519e13d8f92824bf8ef15b92800b70fc
zy-acs-flow/src/map/Notification.jsx
@@ -49,7 +49,7 @@
                        onClose={handleClose}
                        severity={notification.severity}
                        sx={{ width: '300px', zIndex: 2000 }}
                        variant="outlined" // Optional: Use filled variant for better visibility
                        variant="filled" // standard' | 'filled' | 'outlined
                    >
                        {notification.message}
                    </Alert>