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

@ -8,16 +8,16 @@
mb-5
/>
<n-space v-if="natoText" vertical>
<n-text>Your text in NATO phonetic alphabet</n-text>
<div v-if="natoText">
<n-text mb-1 block>Your text in NATO phonetic alphabet</n-text>
<c-card>
{{ natoText }}
</c-card>
<n-space justify="center">
<div mt-3 flex justify-center>
<c-button autofocus @click="copy"> Copy NATO string </c-button>
</n-space>
</n-space>
</div>
</div>
</div>
</template>