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

@ -19,9 +19,9 @@
/>
</n-form-item>
<n-space justify="center">
<div flex justify-center>
<c-button @click="copyEscaped"> Copy </c-button>
</n-space>
</div>
</c-card>
<c-card title="Unescape html entities">
<n-form-item label="Your escaped string :">
@ -43,9 +43,9 @@
/>
</n-form-item>
<n-space justify="center">
<div flex justify-center>
<c-button @click="copyUnescaped"> Copy </c-button>
</n-space>
</div>
</c-card>
</template>