mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-28 18:46:15 -04:00
refactor(ui): removed all n-space
This commit is contained in:
parent
34d8e5ce2c
commit
4d2b037dbe
40 changed files with 222 additions and 246 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue