mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: improve readability for dlspeed preview (#932)
This commit is contained in:
parent
b618c52c95
commit
3727122b95
@ -212,13 +212,17 @@ export default () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-sm text-slate-500">
|
<div class="flex items-center justify-between text-sm text-slate-500">
|
||||||
|
<span>
|
||||||
{proxyGroup.type}{' '}
|
{proxyGroup.type}{' '}
|
||||||
{proxyGroup.now?.length > 0 && ` :: ${proxyGroup.now}`}{' '}
|
{proxyGroup.now?.length > 0 && ` :: ${proxyGroup.now}`}
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
{byteSize(
|
{byteSize(
|
||||||
speedGroupByName()[proxyGroup.name] ?? 0,
|
speedGroupByName()[proxyGroup.name] ?? 0,
|
||||||
).toString()}
|
).toString()}
|
||||||
/s
|
/s
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Show when={!collapsedMap()[proxyGroup.name]}>
|
<Show when={!collapsedMap()[proxyGroup.name]}>
|
||||||
|
Loading…
Reference in New Issue
Block a user