From 8a7a4dc97f4cb1e641412a8fbb37c1cccd7f404f Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 9 Feb 2022 16:23:33 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1548=20fix:=20Endpoint=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=B8=8B=E7=9A=84Metrics=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=90=8E=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=9B=BE=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/components/cli/webSSH.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/cli/webSSH.scss b/nezha-fronted/src/assets/css/components/cli/webSSH.scss index 7917ea65e..df2657c3e 100644 --- a/nezha-fronted/src/assets/css/components/cli/webSSH.scss +++ b/nezha-fronted/src/assets/css/components/cli/webSSH.scss @@ -45,11 +45,11 @@ height: 29px; border-bottom: 1px solid $--web-ssh-border-bottom-color; .console-title-icon{ - font-size:17px; + font-size: 17px; color: $--color-text-secondary; position: absolute; - top:8px; - line-height:1 !important; + top: 8px; + line-height: 1 !important; } } .console-title-icon:hover:before,