From 753253f4433d8cf18f340dcb64ab3d174703eea2 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 23 Jun 2022 16:23:39 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1974=20fix=EF=BC=9A=20=E6=96=B0=E5=BB=BAcha?= =?UTF-8?q?rt=E6=97=B6=E9=80=89=E6=8B=A9Metrics=E6=88=96Logs=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E8=A1=A8=E8=BE=BE=E5=BC=8F=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=BE=93=E5=85=A5=E9=99=90=E5=88=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/chartRightBox/chartRightBox.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss b/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss index 4308be3b6..b68c315c0 100644 --- a/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss +++ b/nezha-fronted/src/assets/css/components/common/rightBox/chartRightBox/chartRightBox.scss @@ -38,12 +38,12 @@ } .metrics-input-box{ .input-box .el-textarea .el-textarea__inner { - width: calc(100% + 42px); + width: 100%; } .metric-selector-input-box{ line-height: 32px; .el-input__count{ - right: -38px !important; + right: 18px !important; } } .el-col-24{ @@ -330,4 +330,4 @@ .nz-icon-mimabukejian{ font-size: 18px; } -} \ No newline at end of file +}