refactor(ui): removed all n-space

This commit is contained in:
Corentin Thomasset 2023-05-27 17:36:15 +02:00 committed by Corentin THOMASSET
parent 34d8e5ce2c
commit 4d2b037dbe
40 changed files with 222 additions and 246 deletions

View file

@ -1,9 +1,9 @@
<template>
<n-space vertical :size="20">
<n-space align="center" justify="center">
<div>
<div flex items-center justify-center gap-3>
Quantity :
<n-input-number v-model:value="count" :min="1" :max="50" placeholder="UUID quantity" />
</n-space>
</div>
<n-input
style="text-align: center; font-family: monospace"
@ -16,13 +16,14 @@
autocorrect="off"
autocapitalize="off"
spellcheck="false"
my-3
/>
<n-space justify="center">
<div flex justify-center gap-3>
<c-button autofocus @click="copy"> Copy </c-button>
<c-button @click="refreshUUIDs"> Refresh </c-button>
</n-space>
</n-space>
</div>
</div>
</template>
<script setup lang="ts">