* Optimize the style of maintaining multi-tasking teams.

This commit is contained in:
tianshujie
2022-10-26 10:11:44 +08:00
committed by caoyanyi
parent 1ffa4f71ef
commit 6daba3ba7e
6 changed files with 22 additions and 6 deletions
-1
View File
@@ -7,7 +7,6 @@
#modalTeam .modal-header .modal-title {font-size: 13px; line-height: 24px;}
#taskTeamEditor tr {padding: 8px 7px 8px 7px;}
#taskTeamEditor td .chosen-single .chosen-search input,
#taskTeamEditor tr td .chosen-single {height: 35px; line-height: 24px;}
#taskTeamEditor td .chosen-single .chosen-search::before {top: 10px;}
#taskTeamEditor tr td:first-child {width: 40px; position: relative;}
.team-number {display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 10px; text-align: center; background: #f4f5f7;}
+2 -1
View File
@@ -29,6 +29,7 @@
.keep-row-height {height: 32px;}
#modalTeam .modal-dialog {min-height: 120px; width: 520px; color: #3c4353;}
#taskTeamEditor .chosen-single {width: 200px;}
#taskTeamEditor .hourBox {padding-bottom: 7px; width: 135px;}
#taskTeamEditor .estimateBox {width: 120px;}
#taskTeamEditor td.sort-handler {padding-bottom: 12px;}
#modalTeam .modal-content {padding: 0;}
+1
View File
@@ -0,0 +1 @@
#mainContent {padding-left: 0;}