$('#ajaxPage').modal('show').css({ width: 'auto', 'margin-left': function () { return -($(this).width() / 2); } });可以自动调整modal对象的宽度,并且绝对居中
2022-10-09 14:23:54
$('#ajaxPage').modal('show').css({ width: 'auto', 'margin-left': function () { return -($(this).width() / 2); } });可以自动调整modal对象的宽度,并且绝对居中