Эх сурвалжийг харах

智能下载pdf后,版头与正文内容分开-改

hbchen 9 сар өмнө
parent
commit
1289f62fe0

+ 1 - 1
src/views/smartReport/detailPdf.vue

@@ -213,7 +213,7 @@ body{
     body{
       display: unset;
     }
-    .report-drag-item-wrap[comp-type="chart"],.report-drag-item-wrap[comp-type="img"]{
+    [comp-type="chart"],[comp-type="img"]{
       page-break-inside: avoid; // 防止图表盒子、图片盒子被分割到两页
     }
 }