Index: ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js =================================================================== diff -u -r37654 -r37656 --- ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 37654) +++ ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 37656) @@ -71,7 +71,7 @@ inputType : 'password', name : 'oldPassword', id : 'oldPassword', - width : 250, + width : 280, allowBlank : false, blankText : '请输入旧密码!', msgTarget : 'side' @@ -81,7 +81,7 @@ inputType : 'password', name : 'newPassword', id : 'newPassword', - width : 250, + width : 280, allowBlank : false, blankText : '请输入新密码!', msgTarget : 'side' @@ -91,7 +91,7 @@ inputType : 'password', name : 'confirmNewPassword', id : 'confirmNewPassword', - width : 250, + width : 280, allowBlank : false, blankText : '请输入确认新密码!', msgTarget : 'side' @@ -102,10 +102,10 @@ items:[{ id:'showPwdMessage', xtype:'textfield', - width : 350, + width : 390, allowBlank : true, labelSeparator:'', - labelWidth:10, + labelWidth:0, anchor: '99%', readOnly : true, cls : 'fieldReadOnlyNoRemove', @@ -187,8 +187,8 @@ id : 'modifyPWDWindow', layout : 'fit', title : '修改密码', - width : 410, - height : 190, + width : 440, + height : 185, modal : true, // autoHeight : true, border : false,