Browse Source

计费规则样式问题

Shannon_mu 3 years ago
parent
commit
2484e00936

+ 1 - 1
operationSupport/src/components/common/Header.vue

@@ -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] +

+ 1 - 1
operationSupport/src/views/payService/billingRules/index.vue

@@ -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,

+ 3 - 0
operationSupport/src/views/payService/billingRules/stepPage/newAdd.vue

@@ -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;
         }