* Finish task #54996.

This commit is contained in:
hufangzhou
2022-05-25 11:21:49 +08:00
parent b9ae95e669
commit 47151034b0
+1 -1
View File
@@ -5,7 +5,7 @@ $(function()
$('.table-wrapper').each(function()
{
var $this = $(this);
$this.css('max-height', $this.closest('.table').find('.chart-wrapper').outerHeight());
$this.css('max-height', $this.closest('.table-row.chart-row').find('.chart-wrapper').outerHeight());
});
};
resizeChartTable();