|
|
@@ -41,7 +41,7 @@ window.Header = function getHeader(object) {
|
|
|
th.style.position = "-webkit-sticky";
|
|
|
th.style.top = _fixedTop+"px";
|
|
|
th.style.backgroundColor = "white";
|
|
|
- th.style.zIndex = "999";
|
|
|
+ th.style.zIndex = "99";
|
|
|
}
|
|
|
function createHeader() {//生成表头列
|
|
|
let tr = document.createElement("tr");
|