Commit 8a4204df by lijiabin

【需求 17679】 perf: 优化

parent ef38ed4f
......@@ -24,14 +24,15 @@
<el-input
type="textarea"
:placeholder="textMap[type].content"
:rows="3"
:rows="6"
:maxlength="500"
show-word-limit
resize="none"
class="main-textarea"
v-model="form.content"
/>
<!-- 字符计数 -->
<div class="absolute bottom-3 right-3 text-xs text-gray-400">1/30</div>
<!-- <div class="absolute bottom-3 right-3 text-xs text-gray-400">1/30</div> -->
</div>
<!-- 标签内容 -->
<div class="mb-2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment