mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
style: 修复样式问题
This commit is contained in:
parent
958fcdc5a5
commit
c0dd4e8034
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue