From 3e62e7bd5f21a29d9859c6fb26fe87b9bf7a17d9 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 1 Aug 2022 14:42:57 +0800 Subject: [PATCH] =?UTF-8?q?styke=EF=BC=9A=E4=BF=AE=E6=94=B9explore=20-=20l?= =?UTF-8?q?og=20=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E4=B8=A4=E8=A1=8C?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 b9b5e4394..b03d3f49d 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -89,7 +89,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" @@ -252,7 +252,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" >