aboutsummaryrefslogtreecommitdiff
path: root/src/tools/crontab-generator/crontab-generator.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-05-27 17:36:15 +0200
committerGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-05-27 17:53:13 +0200
commit4d2b037dbe4e78aa90a4a6d9c7315dcf0a51fed9 (patch)
treefe107c22780cb88fe0839a7940c0a26a1f58d76a /src/tools/crontab-generator/crontab-generator.vue
parent34d8e5ce2ca5d7a27c19ee2cb704bbfd3a215b29 (diff)
downloadit-tools-4d2b037dbe4e78aa90a4a6d9c7315dcf0a51fed9.tar.gz
it-tools-4d2b037dbe4e78aa90a4a6d9c7315dcf0a51fed9.tar.zst
it-tools-4d2b037dbe4e78aa90a4a6d9c7315dcf0a51fed9.zip
refactor(ui): removed all n-space
Diffstat (limited to 'src/tools/crontab-generator/crontab-generator.vue')
-rw-r--r--src/tools/crontab-generator/crontab-generator.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/crontab-generator/crontab-generator.vue b/src/tools/crontab-generator/crontab-generator.vue
index 6f8572d..d2559d7 100644
--- a/src/tools/crontab-generator/crontab-generator.vue
+++ b/src/tools/crontab-generator/crontab-generator.vue
@@ -16,7 +16,7 @@
<n-divider />
- <n-space justify="center">
+ <div flex justify-center>
<n-form :show-feedback="false" label-width="170" label-placement="left">
<n-form-item label="Verbose">
<n-switch v-model:value="cronstrueConfig.verbose" />
@@ -28,7 +28,7 @@
<n-switch v-model:value="cronstrueConfig.dayOfWeekStartIndexZero" />
</n-form-item>
</n-form>
- </n-space>
+ </div>
</c-card>
<c-card>
<pre>
@@ -42,8 +42,8 @@
* * * * * * command</pre
>
- <n-space v-if="styleStore.isSmallScreen" vertical>
- <c-card v-for="{ symbol, meaning, example, equivalent } in helpers" :key="symbol" important:border-none>
+ <div v-if="styleStore.isSmallScreen">
+ <c-card v-for="{ symbol, meaning, example, equivalent } in helpers" :key="symbol" mb-3 important:border-none>
<div>
Symbol: <strong>{{ symbol }}</strong>
</div>
@@ -60,7 +60,7 @@
Equivalent: <strong>{{ equivalent }}</strong>
</div>
</c-card>
- </n-space>
+ </div>
<n-table v-else size="small">
<thead>
<tr>