优化界面表格tr title被遮挡
This commit is contained in:
@@ -2225,9 +2225,9 @@ table th[class*="col-"] {
|
|||||||
background-color: #f8cace; }
|
background-color: #f8cace; }
|
||||||
|
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
min-height: 0.01%;
|
min-height: 0.01%;
|
||||||
/* position: fixed; */
|
position: fixed;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
left: 14px;
|
left: 14px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|||||||
@@ -683,7 +683,7 @@ window.onload=function(){
|
|||||||
function scrollHandle (e){
|
function scrollHandle (e){
|
||||||
var scrollTop = this.scrollTop;
|
var scrollTop = this.scrollTop;
|
||||||
$('th').css('transform','translateY(' + scrollTop + 'px)');
|
$('th').css('transform','translateY(' + scrollTop + 'px)');
|
||||||
$('thead tr').css('z-index','2147482468');
|
//$('thead tr').css('z-index','2147482468');
|
||||||
$('thead tr').css('position','relative');
|
$('thead tr').css('position','relative');
|
||||||
$('th').css('border','1px solid rgb(255, 255, 255)');
|
$('th').css('border','1px solid rgb(255, 255, 255)');
|
||||||
$('th').css('background-clip','padding-box');
|
$('th').css('background-clip','padding-box');
|
||||||
|
|||||||
Reference in New Issue
Block a user