fix: 修复创建、更新用户时need_update_password字段样式

This commit is contained in:
Jiangjie.Bai
2022-06-16 13:55:00 +08:00
committed by 老广
parent f3bc6bdd46
commit f260979a11

View File

@@ -65,6 +65,7 @@ export default {
},
need_update_password: {
type: 'checkbox-group',
component: null, // 覆盖默认生成的 component
el: {
style: 'margin-top: -20px;margin-bottom: -10px'
},