fix MkEventEditor style

This commit is contained in:
NoriDev 2023-06-18 18:26:46 +09:00
parent fb056e1344
commit 3b7fe6bafd

View file

@ -36,7 +36,7 @@
</MkInput> </MkInput>
</section> </section>
</div> </div>
<div> <div style="margin: 10px 8px;">
<section> <section>
<MkSwitch v-model="showAdvanced" :disabled="false" class="input">{{ i18n.ts.advanced }}</MkSwitch> <MkSwitch v-model="showAdvanced" :disabled="false" class="input">{{ i18n.ts.advanced }}</MkSwitch>
</section> </section>