spacing
This commit is contained in:
parent
37cfd0a105
commit
23b17f4e47
@ -64,6 +64,7 @@ function formatBytes(bytes: number, decimals = 2) {
|
|||||||
<c-select
|
<c-select
|
||||||
v-model:value="diskUnit"
|
v-model:value="diskUnit"
|
||||||
min-w-130px
|
min-w-130px
|
||||||
|
ml-1
|
||||||
:options="[
|
:options="[
|
||||||
{ label: 'MB', value: Math.pow(10, 6) },
|
{ label: 'MB', value: Math.pow(10, 6) },
|
||||||
{ label: 'GB', value: Math.pow(10, 9) },
|
{ label: 'GB', value: Math.pow(10, 9) },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user