修改bootstrap提示框tooltip不被表头遮挡

This commit is contained in:
zhanghongqing
2018-11-06 15:02:10 +08:00
parent 0ad72c7c9b
commit 80790fea17

View File

@@ -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;