优化界面表格tr title被遮挡

This commit is contained in:
leijun
2018-11-14 10:34:50 +08:00
parent b73ceb15b1
commit 0fb9c1827a
2 changed files with 3 additions and 3 deletions

View File

@@ -683,7 +683,7 @@ window.onload=function(){
function scrollHandle (e){
var scrollTop = this.scrollTop;
$('th').css('transform','translateY(' + scrollTop + 'px)');
$('thead tr').css('z-index','2147482468');
//$('thead tr').css('z-index','2147482468');
$('thead tr').css('position','relative');
$('th').css('border','1px solid rgb(255, 255, 255)');
$('th').css('background-clip','padding-box');