* Code for task #41764.

This commit is contained in:
liyuchun
2021-08-30 11:01:10 +08:00
parent c125e23874
commit d694419e52
21 changed files with 132 additions and 98 deletions
+1
View File
@@ -1,2 +1,3 @@
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.c-name {width: 200px;}
+2 -1
View File
@@ -1,2 +1,3 @@
td.title {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main-table .table-header {box-shadow: none;}
.main-table .table-header {box-shadow: none;}
.c-version, .c-result {width: 80px;}