mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
fix: fixes #1968
This commit is contained in:
parent
0eb776cdd3
commit
c40db417d2
@ -30,6 +30,7 @@ export const ConnectionDetail = forwardRef<ConnectionDetailRef>(
|
|||||||
anchorOrigin={{ vertical: "bottom", horizontal: "right" }}
|
anchorOrigin={{ vertical: "bottom", horizontal: "right" }}
|
||||||
open={open}
|
open={open}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
|
sx={{ maxWidth: "520px" }}
|
||||||
message={
|
message={
|
||||||
detail ? (
|
detail ? (
|
||||||
<InnerConnectionDetail data={detail} onClose={onClose} />
|
<InnerConnectionDetail data={detail} onClose={onClose} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user