We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958fcdc commit c0dd4e8Copy full SHA for c0dd4e8
ui/src/views/application/component/AccessSettingDrawer.vue
@@ -28,8 +28,8 @@
28
</el-input>
29
</el-form-item>
30
</template>
31
- <div v-if="configType === 'wechat'" class="flex align-center" style="margin-bottom: 8px">
32
- <span class="el-form-item__label">认证通过</span>
+ <div v-if="configType === 'wechat'" class="flex align-center mb-16">
+ <span class="lighter mr-8">认证通过</span>
33
<el-switch v-if="configType === 'wechat'" v-model="form[configType].is_certification" />
34
</div>
35
0 commit comments