From be80ce2e0f9322853377a2bfdf9c9ca97a802f65 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 20 May 2021 09:27:36 +0800 Subject: [PATCH] * Adjust story estimate style. --- module/execution/js/storyestimate.js | 1 + module/execution/view/storyestimate.html.php | 7 ++++--- module/search/view/index.html.php | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/module/execution/js/storyestimate.js b/module/execution/js/storyestimate.js index 66712db016..98b0e4c576 100644 --- a/module/execution/js/storyestimate.js +++ b/module/execution/js/storyestimate.js @@ -39,6 +39,7 @@ function showNewEstimate() $('.th-new-estimate').removeClass('hide'); $('.new-estimate').removeClass('hide'); $('.form-actions').removeClass('hide'); + $('.empty-th').addClass('hide'); } function selectRound(round) diff --git a/module/execution/view/storyestimate.html.php b/module/execution/view/storyestimate.html.php index f0cb548add..6dd16183d4 100644 --- a/module/execution/view/storyestimate.html.php +++ b/module/execution/view/storyestimate.html.php @@ -42,9 +42,10 @@
| execution->team;?> | -story->estimate;?> | - +execution->team;?> | +story->estimate;?> | + +
|---|