一、审查时间
2017年11月 30日、 $(function () { if ($(".xqing-web-box table").length > 0) { $(".xqing-web-box table").each(function () { if ($(this).attr("width")) { $(this).css({ "width": $(this).attr("width") + "px" }); } if ($(this).width() > $(".xqing-web-box").width()) { $(".xqing-web-box").css({ "overflow-x": "scroll" }); return true; } }); } });
|