Skip to content

Commit

Permalink
Merge pull request #30 from Tong030905/main
Browse files Browse the repository at this point in the history
feat(information) :校园资讯
  • Loading branch information
Tianci-King authored Feb 28, 2024
2 parents 63a6d43 + 221b325 commit 0280df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InformationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const handleDelete = () => {
<n-input v-model:value="formData.title" style="width: 400px" maxlength="15"/>
</n-form-item>
<n-form-item label="内容">
<n-input type="textarea" maxlength="44" v-model:value="formData.content" :autosize="{ minRows: 5 }"
<n-input type="textarea" v-model:value="formData.content" :autosize="{ minRows: 5 }"
style="width: 400px" />
</n-form-item>
<n-form-item label="上传图片 (最多3张)">
Expand Down

0 comments on commit 0280df5

Please sign in to comment.