styke:修改explore - log 默认显示两行的问题
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
v-if="type == 'log'"
|
v-if="type == 'log'"
|
||||||
:id="inputId"
|
:id="inputId"
|
||||||
v-model="expressionList[index]"
|
v-model="expressionList[index]"
|
||||||
size="small" :rows="2"
|
size="small" :rows="1"
|
||||||
class="not-fixed-height no-resize"
|
class="not-fixed-height no-resize"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
show-word-limit maxlength="256"
|
show-word-limit maxlength="256"
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
type="textarea"
|
type="textarea"
|
||||||
:maxlength="styleType === 3 ? 512 : 4096"
|
:maxlength="styleType === 3 ? 512 : 4096"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
size="small" :rows="2"
|
size="small" :rows="1"
|
||||||
class="not-fixed-height no-resize"
|
class="not-fixed-height no-resize"
|
||||||
ref="elInput"
|
ref="elInput"
|
||||||
></el-input>
|
></el-input>
|
||||||
|
|||||||
Reference in New Issue
Block a user