Skip to content

Commit

Permalink
fix: 取消评分细则展示
Browse files Browse the repository at this point in the history
  • Loading branch information
NJUPTlay committed Oct 24, 2024
1 parent 1d0d263 commit 5191241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/review/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const ApproverReview: React.FC<IJudgeReview> = (props) => {
/>
</div>
</div>
<div style={{ marginTop: "50px" }}>
{/* <div style={{ marginTop: "50px" }}>
<h1 className="manage-content-table-title">评分标准</h1>
{
userState === 'approver' && (
Expand All @@ -333,7 +333,7 @@ const ApproverReview: React.FC<IJudgeReview> = (props) => {
}} alt='score detail' />
)
}
</div>
</div> */}
</div>
</div>
)
Expand Down

0 comments on commit 5191241

Please sign in to comment.