mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
chore: current bypass wrap
This commit is contained in:
parent
21176d2fd3
commit
a8a27aeadd
@ -155,7 +155,9 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
|
|||||||
|
|
||||||
<FlexBox>
|
<FlexBox>
|
||||||
<Typography className="label">{t("Bypass")}</Typography>
|
<Typography className="label">{t("Bypass")}</Typography>
|
||||||
<Typography className="value">{sysproxy?.bypass || "-"}</Typography>
|
<Typography className="value" style={{ overflowWrap: "anywhere" }}>
|
||||||
|
{sysproxy?.bypass || "-"}
|
||||||
|
</Typography>
|
||||||
</FlexBox>
|
</FlexBox>
|
||||||
</Box>
|
</Box>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user