Selaa lähdekoodia

Merge branch 'iframe-fix'

jwyu 2 vuotta sitten
vanhempi
commit
87b9157cbb

+ 3 - 0
src/views/hzyb/pricedriven/detail.vue

@@ -505,6 +505,9 @@ onUnmounted(() => {
         font-size: 36px !important;
         line-height: 1.8 !important;
       }
+      ::deep(iframe){
+        width: 1000% !important;
+      }
     }
   }
 

+ 3 - 0
src/views/hzyb/report/ChapterDetail.vue

@@ -547,6 +547,9 @@ export default {
             font-size: 36px !important;
             line-height: 1.8 !important;
         }
+        :deep(iframe){
+            width: 100% !important;
+        }
     }
 
     .no-auth-wrap{

+ 3 - 0
src/views/hzyb/report/Detail.vue

@@ -585,6 +585,9 @@ export default {
             font-size: 36px !important;
             line-height: 1.8 !important;
         }
+        :deep(iframe){
+            width: 100% !important;
+        }
     }
 
     .no-auth-wrap{