Merge branch 'dev-3.3' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4

This commit is contained in:
zhangyu
2022-08-01 14:43:45 +08:00
parent 78e6da5362
commit c74a88cf88

View File

@@ -90,7 +90,7 @@
v-if="type == 'log'"
:id="inputId"
v-model="expressionList[index]"
size="small" :rows="2"
size="small" :rows="1"
class="not-fixed-height no-resize"
type="textarea"
show-word-limit maxlength="256"
@@ -267,7 +267,7 @@
type="textarea"
:maxlength="styleType === 3 ? 512 : 4096"
show-word-limit
size="small" :rows="2"
size="small" :rows="1"
class="not-fixed-height no-resize"
ref="elInput"
></el-input>