From fa22cfdd6ae73d08afe13b3ec04bdfbd2f645d03 Mon Sep 17 00:00:00 2001 From: sunjun Date: Tue, 24 May 2022 01:46:53 +0000 Subject: [PATCH] fixbug_sunjun_22556 --- module/execution/css/story.css | 1 + module/execution/view/story.html.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/execution/css/story.css b/module/execution/css/story.css index 423452b61f..69f21f755e 100644 --- a/module/execution/css/story.css +++ b/module/execution/css/story.css @@ -14,3 +14,4 @@ th.c-pri{width:50px;} .closed-story {color: #e5e5e5;} .stageBox {height: 180px; overflow: scroll; background: #ffffff;} #executionStoryForm tbody tr td .label {max-width: 100px; text-overflow: unset;} +#assignedTo{width:90px;} diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 486bf36df5..9ae5a12c90 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -206,7 +206,7 @@ execution->storyTitle);?> story->category);?> openedByAB);?> - assignedToAB);?> + assignedToAB);?> story->estimateAB);?> statusAB);?> story->stageAB);?> @@ -243,7 +243,7 @@ story->categoryList, $story->category);?> openedBy);?> - ' title='assignedTo);?>'>assignedTo);?> + ' title='assignedTo);?>'>loadModel('story')->printAssignedHtml($story,$users);?> estimate . $config->hourUnit;?> processStatus('story', $story);?>