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,6 +1,6 @@
<template>
<div style="flex: 0 0 100%">
<n-space item-style="flex: 1 1 0" style="margin: 0 auto; max-width: 600px" justify="center">
<div style="margin: 0 auto; max-width: 600px">
<c-card>
<div flex>
<div>
@ -73,7 +73,7 @@
</div>
</div>
</c-card>
</n-space>
</div>
</div>
<format-transformer
input-label="Your input data"