|
@@ -99,7 +99,7 @@ export default {
|
|
|
this.password = '';
|
|
|
this.password1 = '';
|
|
|
setTimeout(() => {
|
|
|
- window.topU.U.UF.F.closeWindow(window.topU.U.UF.UI.form.allForm['updatePaDialog']);
|
|
|
+ window.topU.U.UF.F.closeWindow(window.topU.U.UF.UI.form.allForm['updatePaDialog'].form)
|
|
|
}, 1000);
|
|
|
}
|
|
|
else {
|
|
@@ -129,6 +129,7 @@ export default {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
height: 100%;
|
|
|
+ padding:0 30px;
|
|
|
}
|
|
|
|
|
|
.changeTitle div {
|
|
@@ -151,8 +152,9 @@ export default {
|
|
|
border: 1px solid #ccc;
|
|
|
border-radius: 4px;
|
|
|
background-color: #f0f2f5;
|
|
|
- height: 36px;
|
|
|
+ height: 54px;
|
|
|
outline: none;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.input>>>.el-input--suffix .el-input__inner {
|