From 022551b4bd81d3546ac1e873c76a087de232bd59 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 3 Sep 2021 11:44:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20alertRuleBox=20expr=20input=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=90=8D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common/rightBoxCommon.scss | 2 +- .../src/components/page/dashboard/explore/promqlInput.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index b5483c9ce..3edcf557b 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -74,7 +74,7 @@ height: 32px; } .input-box { - .logsLabel.el-textarea { + .logs-label.el-textarea { .el-textarea__inner { width: 509px; height: 32px; diff --git a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue index 88adb3b54..27bde7923 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -86,7 +86,7 @@
+ :autosize="{ minRows: 1, maxRows: 6}" class="not-fixed-height no-resize" :class="{ 'logs-label' : type === 'log'}" ref="elInput">
{{errorMsg}}
{{appendMsg}}