feat: form 组件样式调整
This commit is contained in:
@@ -182,3 +182,7 @@
|
||||
background-color: #AEAEAE;
|
||||
}
|
||||
}
|
||||
|
||||
#app {
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
@@ -439,7 +439,7 @@
|
||||
label: '账号名',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
placeholder: '请输入账号名',
|
||||
// placeholder: '请输入账号名',
|
||||
maxLength: 30,
|
||||
},
|
||||
},
|
||||
@@ -448,7 +448,7 @@
|
||||
label: '姓名',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
placeholder: '请输入姓名',
|
||||
// placeholder: '请输入姓名',
|
||||
maxLength: 30,
|
||||
},
|
||||
},
|
||||
@@ -457,7 +457,7 @@
|
||||
label: '手机号',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
placeholder: '请输入手机号',
|
||||
// placeholder: '请输入手机号',
|
||||
maxLength: 11,
|
||||
},
|
||||
},
|
||||
@@ -475,7 +475,6 @@
|
||||
label: '用户状态',
|
||||
component: 'NsSelect',
|
||||
componentProps: {
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
options: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user