上了,虽然强大,但是感觉残忍
var header_chars = $("#fut-check-position-pane > table > thead
r > th").text();
console.debug("header chars = " + header_chars);
$table.css({
"text-align": "center"
});
$table.find("th").css({
width: header_chars.length * 15 + "px",
"text-align": "center",
"min-width": "400px",
"max-width": "1200px",
});
$table.find("th:lt(3)").css({
width: "60px"
});
$table.find("th:gt(2)").css({
"min-width": "60px"
});
【 在 Tux (蓝色幽灵) 的大作中提到: 】
: 上js吧
--
FROM 116.247.85.*