1、日志界面过滤过长字符串 2、界面鼠标悬停事件(洪庆)
This commit is contained in:
16
src/main/webapp/static/pages/css/pageLogs.css
Normal file
16
src/main/webapp/static/pages/css/pageLogs.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* logs page */
|
||||
table.logTb {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table.logTb td {
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
-icab-text-overflow: ellipsis;
|
||||
-khtml-text-overflow: ellipsis;
|
||||
-moz-text-overflow: ellipsis;
|
||||
-webkit-text-overflow: ellipsis;
|
||||
}
|
||||
Reference in New Issue
Block a user