style: 修复样式问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wxg0103 2024-11-01 11:52:43 +08:00
parent 958fcdc5a5
commit c0dd4e8034

View File

@ -28,8 +28,8 @@
</el-input>
</el-form-item>
</template>
<div v-if="configType === 'wechat'" class="flex align-center" style="margin-bottom: 8px">
<span class="el-form-item__label">认证通过</span>
<div v-if="configType === 'wechat'" class="flex align-center mb-16">
<span class="lighter mr-8">认证通过</span>
<el-switch v-if="configType === 'wechat'" v-model="form[configType].is_certification" />
</div>