调整冻结列高度,防止滚动条被覆盖
This commit is contained in:
parent
18a7915079
commit
17ad50cedb
|
|
@ -216,7 +216,7 @@
|
||||||
|
|
||||||
this.$fixedBody.css({
|
this.$fixedBody.css({
|
||||||
width: this.$fixedHeader.width(),
|
width: this.$fixedHeader.width(),
|
||||||
height: height,
|
height: height - 12,
|
||||||
top: top + 1
|
top: top + 1
|
||||||
}).show();
|
}).show();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue