Skip to content

Commit c0dd4e8

Browse files
committed
style: 修复样式问题
1 parent 958fcdc commit c0dd4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/application/component/AccessSettingDrawer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</el-input>
2929
</el-form-item>
3030
</template>
31-
<div v-if="configType === 'wechat'" class="flex align-center" style="margin-bottom: 8px">
32-
<span class="el-form-item__label">认证通过</span>
31+
<div v-if="configType === 'wechat'" class="flex align-center mb-16">
32+
<span class="lighter mr-8">认证通过</span>
3333
<el-switch v-if="configType === 'wechat'" v-model="form[configType].is_certification" />
3434
</div>
3535

0 commit comments

Comments
 (0)