From d188fbd7b8e5f133bc3a7cc8a20dc8ec056485e5 Mon Sep 17 00:00:00 2001 From: liyuchun <563917701@qq.com> Date: Thu, 18 Nov 2021 22:54:48 +0800 Subject: [PATCH] * Fix bug #16389,#16387. --- module/bug/css/create.css | 8 +++++--- module/bug/view/create.html.php | 4 ++-- module/personnel/model.php | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/module/bug/css/create.css b/module/bug/css/create.css index 1009ffdf84..8328045519 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -45,6 +45,8 @@ html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;} #osBox .required:after {right: 1px;} #osBox {width: 190px;} #projectBox .required:after {right: 1px;} -#assignedTo_chosen {width: 153px !important; float: left;} -#assignedBox .load-all-user {float: left;} -#assignedBox .load-all-user .btn {border-left: none;} +#assignedTo_chosen, .load-all-user {float: left;;} +.assigned-box #assignedTo_chosen {width: 81% !important;} +.deadline-box #assignedTo_chosen {width: 153px !important;} +.assigned-box .load-all-user {float: left;} +.assigned-box .load-all-user .btn {border-left: none;} diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 39b62fae8f..19c011153d 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -130,11 +130,11 @@ js::set('moduleID', $moduleID);