From 9eb84fcc4e80ad5a32532996909647811c1c4b95 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Tue, 18 Oct 2022 13:06:15 +0800 Subject: [PATCH] * modify format --- module/task/css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/css/common.css b/module/task/css/common.css index 08778de2e4..842d9c8db3 100644 --- a/module/task/css/common.css +++ b/module/task/css/common.css @@ -3,7 +3,7 @@ #modalTeam .modal-dialog {padding-bottom: 20px;} #modalTeam .modal-content {padding: 0 0 5px; height: 340px;} -#modalTeam .modal-body {padding: 12px 13px 20px; max-height: 296px!important; overflow-y: scroll!important;} +#modalTeam .modal-body {padding: 12px 13px 20px; max-height: 296px !important; overflow-y: scroll !important;} #modalTeam .modal-header {height: 44px; padding: 10px 20px; margin: 0; } #modalTeam .modal-header .modal-title {font-size: 13px; line-height: 24px;} #taskTeamEditor tr {padding: 8px 7px 8px 7px;} @@ -12,7 +12,7 @@ #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;} -#taskTeamEditor tr td:first-child .icon { position: absolute; top: 42px; left: 10.5px; display: block; font-size: 8px; color: #9ea3bd;;} +#taskTeamEditor tr td:first-child .icon { position: absolute; top: 42px; left: 10.5px; display: block; font-size: 8px; color: #9ea3bd;} #taskTeamEditor tr:last-child td:first-child .icon, #taskTeamEditor tr.member-last td:first-child .icon {display: none;} #taskTeamEditor tr .input-control {display: inline-block; width: 130px; } #taskTeamEditor tr .input-control + .input-control {margin-left: 12px; border-left: 1px solid #eee;}