Przeglądaj źródła

Merge branch 'requirement_427' into debug

cldu 1 tydzień temu
rodzic
commit
c1b5bc56d0
1 zmienionych plików z 3 dodań i 0 usunięć
  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';