修改bootstrap提示框tooltip不被表头遮挡
This commit is contained in:
@@ -2227,7 +2227,7 @@ table th[class*="col-"] {
|
|||||||
.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;
|
||||||
@@ -5253,12 +5253,14 @@ button.close {
|
|||||||
padding: 0 5px; }
|
padding: 0 5px; }
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
max-width: 200px;
|
max-width: 400px;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-radius: 4px; }
|
border-radius:4px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip-arrow {
|
.tooltip-arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user