From c74a88cf8833e8b631a062dab8ea4b683876f5c8 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 1 Aug 2022 14:43:45 +0800 Subject: [PATCH] Merge branch 'dev-3.3' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4 --- .../src/components/page/dashboard/explore/promqlInput.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue index f084c19d0..d16a4f2e8 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -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" >