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