Browse Source

Merge branch 'bug_4879'

hbchen 9 months ago
parent
commit
f0bd1c7cd0
2 changed files with 14 additions and 11 deletions
  1. 11 11
      public/eta_comp.js
  2. 3 0
      src/views/smartReport/detailPdf.vue

File diff suppressed because it is too large
+ 11 - 11
public/eta_comp.js


+ 3 - 0
src/views/smartReport/detailPdf.vue

@@ -213,6 +213,9 @@ body{
     body{
       display: unset;
     }
+    .report-drag-item-wrap{
+      page-break-inside: avoid; // 防止盒子被分割到两页
+    }
 }
 
 </style>

Some files were not shown because too many files changed in this diff