Explorar el Código

Merge branch 'requirement_427' into debug

cldu hace 1 semana
padre
commit
c1b5bc56d0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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';