Commit 8a4204df by lijiabin

【需求 17679】 perf: 优化

parent ef38ed4f
...@@ -24,14 +24,15 @@ ...@@ -24,14 +24,15 @@
<el-input <el-input
type="textarea" type="textarea"
:placeholder="textMap[type].content" :placeholder="textMap[type].content"
:rows="3" :rows="6"
:maxlength="500" :maxlength="500"
show-word-limit
resize="none" resize="none"
class="main-textarea" class="main-textarea"
v-model="form.content" 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>
<!-- 标签内容 --> <!-- 标签内容 -->
<div class="mb-2"> <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