From 0fb9c1827ae8c5695ee8f041b67b7e4ec2c4d106 Mon Sep 17 00:00:00 2001 From: leijun Date: Wed, 14 Nov 2018 10:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E8=A1=A8?= =?UTF-8?q?=E6=A0=BCtr=20title=E8=A2=AB=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/static/global/plugins/bootstrap/css/bootstrap.css | 4 ++-- src/main/webapp/static/global/scripts/common.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css b/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css index 154fc723b..b2b19d023 100644 --- a/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css +++ b/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css @@ -2225,9 +2225,9 @@ table th[class*="col-"] { background-color: #f8cace; } .table-responsive { - overflow-x: auto; + overflow-x: auto; min-height: 0.01%; -/* position: fixed; */ + position: fixed; right: 14px; left: 14px; margin-top: 20px; diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 82f202a29..0043293b4 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -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');