Skip to content

Commit

Permalink
Merge pull request #133 from NJUPT-SAST/dev-lay
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo authored Oct 24, 2024
2 parents 1d0d263 + 5191241 commit 0667f62
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 0667f62

Please sign in to comment.