From 80790fea174dc64600e2332aae5be65c4522fe3b Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Tue, 6 Nov 2018 15:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bootstrap=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=A1=86tooltip=E4=B8=8D=E8=A2=AB=E8=A1=A8=E5=A4=B4=E9=81=AE?= =?UTF-8?q?=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/global/plugins/bootstrap/css/bootstrap.css | 8 +++++--- 1 file changed, 5 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 3d5b41284..3c96fac9c 100644 --- a/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css +++ b/src/main/webapp/static/global/plugins/bootstrap/css/bootstrap.css @@ -2227,7 +2227,7 @@ table th[class*="col-"] { .table-responsive { overflow-x: auto; min-height: 0.01%; - position: fixed; +/* position: fixed; */ right: 14px; left: 14px; margin-top: 20px; @@ -5253,12 +5253,14 @@ button.close { padding: 0 5px; } .tooltip-inner { - max-width: 200px; + max-width: 400px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; - border-radius: 4px; } + border-radius:4px !important; + + } .tooltip-arrow { position: absolute;