canghailong 6 hónapja
szülő
commit
573cde01c8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>