This commit is contained in:
liyuchun
2021-11-12 11:01:04 +08:00
parent fe230065c3
commit 1ae2cffc7c
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#importLinesModal .modal-dialog {width: 80%;}
.c-id {width: 50px !important;}
.c-branch, .c-module, .c-os {width: 120px;}
.c-execution {width: 130px;}

View File

@@ -1,3 +1,5 @@
#importLinesModal .modal-dialog {width: 80%;}
#batchCreateForm .c-id {width: 50px; text-align: center; color: #838A9D;}
#batchCreateForm .c-module,
#batchCreateForm .c-plan {width: 180px;}

View File

@@ -20,8 +20,10 @@ select[id^="story"] + .picker-single {width: 130px; max-width: 130px;}
.chosen-results > li.has-task.highlighted,
.chosen-results > li.has-new-task.highlighted {color: #fff;}
#importLinesModal .modal-dialog {width: 80%;}
.c-id {width: 30px;}
.c-desc {width: 150px;}
.c-name, .c-desc {width: 150px;}
.c-story {width: 200px;}
.c-assigned {width: 130px;}
.c-date {width: 120px;}