Browse Source

Merge branch 'requirement_427' into debug

cldu 1 week ago
parent
commit
c1b5bc56d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/report/PreviewDetail.vue

+ 3 - 0
src/views/report/PreviewDetail.vue

@@ -33,6 +33,9 @@ function formatSmartStyle() {
             'flex': 'none',
             'width': '100%'
         });
+        $('.report-drag-item-wrap').css({
+            'width': '100%',
+        });
         
         document.querySelectorAll('div[comp-type="text"]').forEach(function(div) {
             div.style.height = 'auto';