@@ -64,7 +64,7 @@
<div v-if="tallTag">
<div>
- <a-textarea placeholder="" v-model:value="talk" :rows="4" style="margin-top: 5px" />
+ <a-textarea placeholder="" v-model:value="talk" :rows="4" style="margin-top: 5px" :maxlength="500" />
<div style="display: flex; justify-content: flex-end; margin-top: 10px">
<a-button style="width: 100px" @click="handerPublish">回复</a-button>
</div>