From ea2649608785e21ca6d13704cb04c3f837d28e59 Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 21 May 2024 11:38:11 +0800 Subject: [PATCH] update UI --- src/pages/Proof/Reply_Public/ProofForm.js | 64 +++++++++++++---------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/src/pages/Proof/Reply_Public/ProofForm.js b/src/pages/Proof/Reply_Public/ProofForm.js index 6f47d36..928f80d 100644 --- a/src/pages/Proof/Reply_Public/ProofForm.js +++ b/src/pages/Proof/Reply_Public/ProofForm.js @@ -521,36 +521,41 @@ const FormPanel = ({ formData }) => { } } + { + actionValue == false && isOverReviseDeadline() ? + <> + : + + + + + : + + + + + + + } - - - - - : - - - - - - @@ -558,6 +563,7 @@ const FormPanel = ({ formData }) => { variant="contained" color="success" type="submit" + disabled={actionValue == false && isOverReviseDeadline()} aria-label={intl.formatMessage({ id: 'submitReply' })} >