From efd2e0b6b70f151d9240cc2d1e31b09385f6dab2 Mon Sep 17 00:00:00 2001 From: JOSEPH LE Date: Tue, 24 Sep 2024 16:03:28 +0700 Subject: [PATCH 1/2] update some UI --- .../src/pages/SprintReview/SprintReview.tsx | 25 +++++++++++-------- .../pages/StaffEvaluation/StaffEvaluation.tsx | 6 +++-- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/FRONTEND/src/pages/SprintReview/SprintReview.tsx b/FRONTEND/src/pages/SprintReview/SprintReview.tsx index 01cb9d5..8e1c47a 100644 --- a/FRONTEND/src/pages/SprintReview/SprintReview.tsx +++ b/FRONTEND/src/pages/SprintReview/SprintReview.tsx @@ -478,7 +478,9 @@ const SprintReview = () => { criteriaSprint.length == 0 || loading ? { display: 'none' } : {} } > - Criteria for Sprint: + Criteria for Sprint: + Sprint test report + { > - + Criteria - + Expect Result - + Actual Result - Note - + Note + Point @@ -599,6 +601,7 @@ const SprintReview = () => { value={finalPoint} onChange={(value) => setFinalPoint(value ?? '')} size="xs" + w={'40%'} styles={() => ({ input: { color: 'red', @@ -639,17 +642,17 @@ const SprintReview = () => { > - + User - + Criteria - Note - + Note + Created by - + Point diff --git a/FRONTEND/src/pages/StaffEvaluation/StaffEvaluation.tsx b/FRONTEND/src/pages/StaffEvaluation/StaffEvaluation.tsx index 996ae61..d928770 100644 --- a/FRONTEND/src/pages/StaffEvaluation/StaffEvaluation.tsx +++ b/FRONTEND/src/pages/StaffEvaluation/StaffEvaluation.tsx @@ -297,10 +297,11 @@ const StaffEvaluation = () => { User: