* 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
+5
View File
@@ -19,3 +19,8 @@ select[id^="story"] + .picker-single {width: 130px; max-width: 130px;}
.chosen-results > li.has-new-task {position: relative; color: #388E3C;}
.chosen-results > li.has-task.highlighted,
.chosen-results > li.has-new-task.highlighted {color: #fff;}
.c-id {width: 30px;}
.c-module {width: 150px;}
.c-story {width: 200px;}
.c-assigned {width: 130px;}
+4
View File
@@ -0,0 +1,4 @@
.c-id {width: 50px;}
.c-pri, .c-record, .c-left {width: 70px;}
.c-reason {width: 100px;}
.c-module, .c-assigned {width: 150px;}