Skip to content

Commit 23b17f4

Browse files
committed
spacing
1 parent 37cfd0a commit 23b17f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/raid-calculator/raid-calculator.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function formatBytes(bytes: number, decimals = 2) {
6464
<c-select
6565
v-model:value="diskUnit"
6666
min-w-130px
67+
ml-1
6768
:options="[
6869
{ label: 'MB', value: Math.pow(10, 6) },
6970
{ label: 'GB', value: Math.pow(10, 9) },

0 commit comments

Comments
 (0)