lihongxiao 2 лет назад
Родитель
Сommit
86fefa610c

+ 1 - 1
src/http/moudules/merciqiao-vue-master/static/css/theme-green/index.css

@@ -5516,7 +5516,7 @@
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
-    width: 330px;
+    /* width: 330px; */
     padding: 14px 26px 14px 13px;
     border-radius: 8px;
     -webkit-box-sizing: border-box;

+ 5 - 4
src/views/Letter/Letter.vue

@@ -6082,10 +6082,7 @@ else{
       this.$notify.info({
         title: Name,
         dangerouslyUseHTMLString: true,
-        type: 'warning',
-
-
-        
+        type: 'warning',  
         message: Msg,
         customClass: "customNotifyClass",
         duration: 7000,
@@ -6834,6 +6831,7 @@ else{
                   title: '通融单',
                   duration: 0,
                   dangerouslyUseHTMLString: true,
+                  customClass: "customStyle",
                   message: `<div> ${
                     res.data.warnMessageList.map(item=>{
                         return `<p>${
@@ -8676,6 +8674,9 @@ else{
 }
 </style>
 <style lang="scss" scoped>
+.customStyle{
+  width: 330px;
+}
 .styleB .el-upload--picture-card {
   // display: none;
   opacity: 0;