Skip to content

Commit

Permalink
Merge pull request #93 from NJUPT-SAST/ZZA
Browse files Browse the repository at this point in the history
fix:"修改文本框上限字数500"
  • Loading branch information
love98ooo authored Mar 22, 2024
2 parents 0f39e0b + 5d81533 commit b92868a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/formTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const tempelate = [
title: '作品简介',
format: 'textarea',
required: true,
max: 500,
order: 7,
},
},
Expand Down

0 comments on commit b92868a

Please sign in to comment.