浏览代码

回复限制

canghailong 6 月之前
父节点
当前提交
573cde01c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/resourceDetails/components/TallItem.vue

+ 1 - 1
src/views/resourceDetails/components/TallItem.vue

@@ -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>