1.修复IP top10 使用类型报错 由integer改为Long

2.Bps修正为bps

(cherry picked from commit 7210fca18f)
This commit is contained in:
tanghao
2019-01-18 08:00:18 +00:00
committed by 王鑫
parent 0409a5f8c8
commit 84e691d03b
8 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ table.logTb td ~td {
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
} */
/*列表标题首字母大写 */
table thead tr th{
/*鍒楄〃鏍囬棣栧瓧姣嶅ぇ鍐<EFBFBD> */
table thead tr th:not(.lowercase){
text-transform: capitalize;
}