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