|
|
@@ -360,8 +360,8 @@ export default {
|
|
|
})
|
|
|
.set('upsert', {
|
|
|
props: {
|
|
|
- width: '600px',
|
|
|
- 'label-width': '120px'
|
|
|
+ width: '400px',
|
|
|
+ 'label-width': '100px'
|
|
|
},
|
|
|
|
|
|
items: [
|
|
|
@@ -476,10 +476,10 @@ export default {
|
|
|
component: {
|
|
|
name: 'el-input',
|
|
|
attrs: {
|
|
|
- placeholder: '请填写确认密码'
|
|
|
+ placeholder: '请填写您的确认密码'
|
|
|
},
|
|
|
props: {
|
|
|
- placeholder: '请填写确认密码',
|
|
|
+ placeholder: '请填写您的确认密码',
|
|
|
type: 'password'
|
|
|
}
|
|
|
},
|