mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-05-05 19:36:50 +00:00
refactor(ui): removed all n-space
This commit is contained in:
committed by
Corentin THOMASSET
parent
34d8e5ce2c
commit
4d2b037dbe
@@ -14,9 +14,9 @@
|
||||
|
||||
<textarea-copyable :value="dockerCompose" language="yaml" />
|
||||
|
||||
<n-space justify="center" mt-5>
|
||||
<div mt-5 flex justify-center>
|
||||
<c-button :disabled="dockerCompose === ''" secondary @click="download"> Download docker-compose.yml </c-button>
|
||||
</n-space>
|
||||
</div>
|
||||
|
||||
<div v-if="notComposable.length > 0">
|
||||
<n-alert title="This options are not translatable to docker-compose" type="info" mt-5>
|
||||
|
||||
Reference in New Issue
Block a user