* Modify text-overflow style.

This commit is contained in:
liumengyi
2022-08-24 09:00:09 +08:00
parent 5bbf28e974
commit b323432098
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#taskList td {overflow: hidden; text-overflow: unset;}
.c-name {width: 200px;}
.c-id {width: 60px;}
.c-user, .c-status {width: 80px;}