This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/webapp/static/pages/css/pageLogs.css

20 lines
420 B
CSS
Raw Normal View History

/* 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;
}
/*列表标题首字母大写 */
table thead tr th{
text-transform: capitalize;
}