mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-14 23:25:38 +00:00
refactor(ui): removed all n-space
This commit is contained in:
committed by
Corentin THOMASSET
parent
34d8e5ce2c
commit
4d2b037dbe
@@ -21,9 +21,9 @@
|
||||
<span>{{ tooltipText }}</span>
|
||||
</n-tooltip>
|
||||
</c-card>
|
||||
<n-space v-if="copyPlacement === 'outside'" justify="center" mt-4>
|
||||
<div v-if="copyPlacement === 'outside'" mt-4 flex justify-center>
|
||||
<c-button @click="onCopyClicked"> {{ tooltipText }} </c-button>
|
||||
</n-space>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user