调整流量统计滚动显示宽度显示更大数量级,调整界面table中tooltip与表头不互相遮挡

This commit is contained in:
zhanghongqing
2018-11-16 09:25:44 +08:00
parent 3cfc88ce29
commit e5215accb9
4 changed files with 27 additions and 20 deletions

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;
@@ -3182,7 +3182,7 @@ tbody.collapse.in {
position: absolute;
top: 100%;
left: 0/*rtl:auto*/;
z-index: 1000;
z-index: 2147483647;
display: none;
float: left;
min-width: 160px;