From 073ee90d40dd429e1b1ee6af32e0daaf4588bac7 Mon Sep 17 00:00:00 2001 From: sunjun Date: Mon, 16 May 2022 11:10:20 +0800 Subject: [PATCH] sprint_sunjun_631 --- module/execution/view/ajaxgetdropmenu.html.php | 3 ++- module/product/view/ajaxgetdropmenu.html.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/module/execution/view/ajaxgetdropmenu.html.php b/module/execution/view/ajaxgetdropmenu.html.php index b334bc227b..45c6013935 100644 --- a/module/execution/view/ajaxgetdropmenu.html.php +++ b/module/execution/view/ajaxgetdropmenu.html.php @@ -26,6 +26,7 @@ #closed {width: 90px; height: 25px; line-height: 25px; background-color: #ddd; color: #3c495c; text-align: center; margin-left: 15px; border-radius: 2px;} #gray-line {width: 230px;height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;} #dropMenu.has-search-text .hide-in-search {display: flex;} +#swapper li>.selected {color: #0c64eb!important; background: #e9f2fb!important;} $projectExecutions) } } } - elseif($execution->grade == 1 or $config->systemMode == 'classic') + else if($execution->grade == 1 or $config->systemMode == 'classic') { if($execution->status != 'done' and $execution->status != 'closed' and ($execution->PM == $this->app->user->account or isset($execution->teams[$this->app->user->account]))) { diff --git a/module/product/view/ajaxgetdropmenu.html.php b/module/product/view/ajaxgetdropmenu.html.php index d7e1be4a9d..dab16dd063 100644 --- a/module/product/view/ajaxgetdropmenu.html.php +++ b/module/product/view/ajaxgetdropmenu.html.php @@ -28,6 +28,7 @@ #subHeader .tree ul {display: block;} #closed {width: 90px; height: 25px; line-height: 25px; background-color: #ddd; color: #3c495c; text-align: center; margin-left: 15px; border-radius: 2px;} #gray-line {width: 230px; height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;} +#swapper li >.selected {color: #0c64eb!important;background: #e9f2fb!important;}