日志界面对cfgId列不进行过长截取.

This commit is contained in:
zhangwenqing
2018-08-08 21:14:09 +08:00
parent b29a83660f
commit adfb3b7182
2 changed files with 24 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ table.logTb {
table-layout: fixed;
}
table.logTb td {
table.logTb td ~td {
width: 100px;
overflow: hidden;
white-space: nowrap;