Spacing
This commit is contained in:
parent
222f3c817a
commit
adb05dd66b
|
@ -2,8 +2,7 @@
|
|||
<XModalWindow
|
||||
ref="dialog"
|
||||
:width="800"
|
||||
:height="600"
|
||||
:scroll="true"
|
||||
:height="500"
|
||||
@close="dialog.close()"
|
||||
@closed="$emit('closed')"
|
||||
>
|
||||
|
@ -34,12 +33,14 @@
|
|||
<h3>{{ i18n.ts._tutorial.step2_1 }}</h3>
|
||||
<div>{{ i18n.ts._tutorial.step2_2 }}</div>
|
||||
<XSettings/>
|
||||
<br/>
|
||||
<MkButton class="ok" primary @click="tutorial++"><i class="ph-check-bold ph-lg"></i> {{ i18n.ts.next }}</MkButton>
|
||||
</div>
|
||||
<div v-else-if="tutorial === 2" class="_content">
|
||||
<h3>{{ i18n.ts._tutorial.step3_1 }}</h3>
|
||||
<div>{{ i18n.ts._tutorial.step3_2 }}</div>
|
||||
<XFeaturedUsers/>
|
||||
<br/>
|
||||
<MkButton class="ok" primary @click="tutorial++"><i class="ph-check-bold ph-lg"></i> {{ i18n.ts.next }}</MkButton>
|
||||
</div>
|
||||
<div v-else-if="tutorial === 3" class="_content">
|
||||
|
|
Loading…
Reference in New Issue