fix: iframe bugs

This commit is contained in:
Gabe
2025-10-30 22:01:08 +08:00
parent 97676f114e
commit ccd457c992
6 changed files with 20 additions and 15 deletions

View File

@@ -59,7 +59,11 @@ export function AlertProvider({ children }) {
onClose={handleClose}
anchorOrigin={{ vertical, horizontal }}
>
<Alert onClose={handleClose} severity={severity} sx={{ maxWidth: "80%" }}>
<Alert
onClose={handleClose}
severity={severity}
sx={{ maxWidth: "80%" }}
>
{message}
</Alert>
</Snackbar>