shish 6 жил өмнө
parent
commit
f3b56a7153

+ 4 - 4
shop/src/views/member/list.vue

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