mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
fix proxy item style
This commit is contained in:
parent
6e9b7cdb10
commit
9fcbe67d28
@ -63,14 +63,10 @@ const ProxyItem: React.FC<Props> = (props) => {
|
|||||||
>
|
>
|
||||||
<CardBody className="p-2">
|
<CardBody className="p-2">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center">
|
||||||
<div>
|
<div className="text-ellipsis overflow-hidden whitespace-nowrap">
|
||||||
<div className="flag-emoji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
<div className="flag-emoji inline">{proxy.name}</div>
|
||||||
{proxy.name}
|
|
||||||
</div>
|
|
||||||
{proxyDisplayMode === 'full' && (
|
{proxyDisplayMode === 'full' && (
|
||||||
<div className="inline ml-2 text-ellipsis whitespace-nowrap overflow-hidden text-default-500">
|
<div className="inline ml-2 text-default-500">{proxy.type}</div>
|
||||||
{proxy.type}
|
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user