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

@@ -90,9 +90,10 @@
v-if="type == 'log'"
:id="inputId"
v-model="expressionList[index]"
:autosize="{ minRows: 1, maxRows: 6 }"
size="small" :rows="2"
class="not-fixed-height no-resize"
type="textarea"
show-word-limit maxlength="256"
@input="metricKeyDown"
@keyup.enter.native="expressionChange"
ref="elInput"
@@ -252,7 +253,7 @@
type="textarea"
:maxlength="styleType === 3 ? 512 : 4096"
show-word-limit
:autosize="{ minRows: 1, maxRows: 6 }"
size="small" :rows="2"
class="not-fixed-height no-resize"
ref="elInput"
></el-input>