mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
perf: 优化创建用户form的字段label显示
This commit is contained in:
@@ -66,10 +66,11 @@ export default {
|
||||
}
|
||||
},
|
||||
need_update_password: {
|
||||
label: this.$t('users.needUpdatePasswordNextLogin'),
|
||||
type: 'checkbox-group',
|
||||
component: null, // 覆盖默认生成的 component
|
||||
el: {
|
||||
style: 'margin-top: -20px;margin-bottom: -10px'
|
||||
style: 'margin-bottom: -10px'
|
||||
},
|
||||
options: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user