1.解决部分日志页面验证错误也可查询问题

2.标题首字母css控制大写
3.增加日志查询IPv4与IPv6验证及格式提示
This commit is contained in:
zhanghongqing
2018-08-07 11:56:46 +08:00
parent 10dd90c974
commit 3e97803d9e
28 changed files with 68 additions and 217 deletions

View File

@@ -13,4 +13,8 @@ table.logTb td {
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
}
/*列表标题首字母大写 */
table thead tr th{
text-transform: capitalize;
}