Przeglądaj źródła

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 lat temu
rodzic
commit
ba4307e47c

+ 4 - 4
src/views/information/account_info/compoments/managers-permission-modify/index.vue

@@ -7,7 +7,7 @@
            centered
            :loading="loading"
            :maskClosable="false"
-           width="1230px">
+           width="1360px">
     <template #footer>
       <a-button key="cancel"
                 type="primary"
@@ -233,13 +233,13 @@
             }
 
             .powerLeft {
-                width: 120px;
+                width: 170px;
                 padding: 0 8px;
             }
 
             .powerRight {
                 flex: 1;
-                max-width: calc(100% - 120px);
+                max-width: calc(100% - 170px);
                 .flex;
                 flex-direction: column;
 
@@ -253,7 +253,7 @@
                     }
 
                     .left {
-                        width: 140px;
+                        width: 180px;
                         min-width: 140px;
                         border-left: 3px solid @m-grey11;
                         border-right: 3px solid @m-grey11;

+ 1 - 1
src/views/platinum/platinum_promotion_report/platinum_promotion_report_tab/index.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 推广报表: 推广报表-->
   <div class="iframe-container ">
-    <iframe :src="url"></iframe>
+    <iframe :src="url" style="border: 0;"></iframe>
   </div>
 </template>