@@ -212,7 +212,7 @@ export default {
showClose: true,
customClass: 'notice_icon',
offset: 50,
- duration: 0,
+ duration: 3000,
message:
"<div class='notice'><img src=" +
that.imgList[i] +
@@ -218,7 +218,7 @@ export default {
this.$store.dispatch('addPopup', {
// url: '/payService/billingRules/stepPage/add.vue',
url: '/payService/billingRules/stepPage/newAdd.vue',
- width: '524px',
+ width: '550px',
height: '600px',
props: {
data,
@@ -243,6 +243,9 @@ export default {
}
.input-number {
width: 110px;
+ /deep/ .el-input__suffix {
+ height: 33px ;
+ }
/deep/ .el-input--suffix .el-input__inner {
padding-right: 50px;