Merge branch 'sprint/tianshujie_fixbug' into 'master'

Sprint/tianshujie fixbug

See merge request easycorp/zentaopms!2671
This commit is contained in:
孙广明
2022-03-31 06:26:21 +00:00
7 changed files with 67 additions and 26 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ function adjustTableFooter()
{
$('.table.with-footer-fixed').css('margin-bottom', '0');
$('.table-footer').removeClass('fixed-footer');
$('.table-footer').css({"left":"0", "bottom":"0", "width":"unset"});
$('.table-footer').css({'left': 0, 'bottom': 0, 'width': 'unset'});
}
}