mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 12:23:44 +08:00
chore: change style
This commit is contained in:
parent
7f461b99e2
commit
c309410965
@ -99,10 +99,10 @@ export const ProxyItem = (props: Props) => {
|
|||||||
title={proxy.name}
|
title={proxy.name}
|
||||||
secondary={
|
secondary={
|
||||||
<>
|
<>
|
||||||
<span style={{ marginRight: 4 }}>{proxy.name}</span>
|
<span style={{ marginRight: 4 }}>
|
||||||
{showType && proxy.now && (
|
{proxy.name}
|
||||||
<TypeBox component="span">{proxy.now}</TypeBox>
|
{showType && proxy.now && ` - ${proxy.now}`}
|
||||||
)}
|
</span>
|
||||||
{showType && !!proxy.provider && (
|
{showType && !!proxy.provider && (
|
||||||
<TypeBox component="span">{proxy.provider}</TypeBox>
|
<TypeBox component="span">{proxy.provider}</TypeBox>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user