mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-09 05:58:31 +08:00
Tweak UI
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="icon-label" v-if="!phoneLayout">
|
||||
<v-icon>mdi-swap-vertical-bold</v-icon>
|
||||
<span>
|
||||
{{ info.alltime_dl | formatSize }}/{{ info.alltime_ul | formatSize }}
|
||||
{{ info.alltime_ul | formatSize }}/{{ info.alltime_dl | formatSize }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -94,21 +94,6 @@
|
||||
</v-tooltip>
|
||||
</div>
|
||||
<v-divider vertical class="mx-2" v-if="!phoneLayout"/>
|
||||
<div class="icon-label">
|
||||
<v-icon
|
||||
:color=" info.dl_info_speed > 0 ? 'success' : null"
|
||||
>mdi-download</v-icon>
|
||||
<span>
|
||||
{{ info.dl_info_speed | formatSize }}/s
|
||||
<template v-if="info.dl_rate_limit">
|
||||
({{ info.dl_rate_limit | formatSize}}/s)
|
||||
</template>
|
||||
<template v-if="!phoneLayout">
|
||||
[{{ info.dl_info_data | formatSize }}]
|
||||
</template>
|
||||
</span>
|
||||
</div>
|
||||
<v-divider vertical class="mx-2" v-if="!phoneLayout"/>
|
||||
<div class="icon-label">
|
||||
<v-icon
|
||||
:color=" info.up_info_speed > 0 ? 'warning' : null"
|
||||
@@ -123,6 +108,21 @@
|
||||
</template>
|
||||
</span>
|
||||
</div>
|
||||
<v-divider vertical class="mx-2" v-if="!phoneLayout"/>
|
||||
<div class="icon-label">
|
||||
<v-icon
|
||||
:color=" info.dl_info_speed > 0 ? 'success' : null"
|
||||
>mdi-download</v-icon>
|
||||
<span>
|
||||
{{ info.dl_info_speed | formatSize }}/s
|
||||
<template v-if="info.dl_rate_limit">
|
||||
({{ info.dl_rate_limit | formatSize}}/s)
|
||||
</template>
|
||||
<template v-if="!phoneLayout">
|
||||
[{{ info.dl_info_data | formatSize }}]
|
||||
</template>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user