perf : 统一 textarea样式

This commit is contained in:
likexuan
2022-06-10 14:55:46 +08:00
parent d1b7af0aac
commit a094f651e3
24 changed files with 30 additions and 32 deletions

View File

@@ -28,12 +28,11 @@
<el-input
id="module-box-input-remark"
v-model="editModule.remark"
:autosize="{ minRows: 1, maxRows: 6}"
class="not-fixed-height no-resize"
maxlength="256"
show-word-limit
placeholder=""
size="small"
size="small" :rows="2"
type="textarea"></el-input>
</el-form-item>
<!--Enpoint template-->