#
luxiaotao1123
2024-12-06 1060750d8d49c9d555f15b260ec22de7bd6524a9
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>