chenlei 4 сар өмнө
parent
commit
1db0f83b2a

+ 9 - 0
src/views/report/Detail.vue

@@ -562,6 +562,12 @@ function goDetails(item){
     :deep(img) {
       width: 100% !important;
     }
+    :deep(table) {
+      max-width: 100% !important;
+    }
+    :deep(div) {
+      max-width: 100% !important;
+    }
     :deep(span) {
       font-size: 36px !important;
       line-height: 1.8 !important;
@@ -621,6 +627,9 @@ function goDetails(item){
         }
       }
     }
+    :deep(.report-drag-item-wrap_child-wrap) {
+      display: block !important;
+    }
   }
   .right-fix-box {
     position: fixed;