mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
spacing
This commit is contained in:
parent
37cfd0a105
commit
23b17f4e47
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue