From 455210a61e94bc644624225ae9984c5273487f58 Mon Sep 17 00:00:00 2001 From: zyh Date: Wed, 5 Jun 2024 14:01:25 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3486=20fix:=20Collectors=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BE=A7=E6=BB=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/page/config/agent.scss | 2 +- .../css/components/page/config/system.scss | 2 +- .../common/rightBox/configurationBox.vue | 131 ++++++++++++++++-- .../src/components/page/config/collectors.vue | 21 ++- 4 files changed, 133 insertions(+), 23 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/page/config/agent.scss b/nezha-fronted/src/assets/css/components/page/config/agent.scss index 579d3586f..bb3637213 100644 --- a/nezha-fronted/src/assets/css/components/page/config/agent.scss +++ b/nezha-fronted/src/assets/css/components/page/config/agent.scss @@ -48,7 +48,7 @@ display: flex; flex-direction: column; background-color: $--background-color-empty; - .system-title { + &>.system-title { font-family: Roboto-Medium; font-size: 14px; color: $--license-left-title-color; diff --git a/nezha-fronted/src/assets/css/components/page/config/system.scss b/nezha-fronted/src/assets/css/components/page/config/system.scss index 030fc7b8c..e3e590ffe 100644 --- a/nezha-fronted/src/assets/css/components/page/config/system.scss +++ b/nezha-fronted/src/assets/css/components/page/config/system.scss @@ -46,7 +46,7 @@ } } } -.system-config-form.basicForm { +.system-config-form.basicForm, .right-box-APMSettings{ .vue-tags-input { max-width: unset !important; } diff --git a/nezha-fronted/src/components/common/rightBox/configurationBox.vue b/nezha-fronted/src/components/common/rightBox/configurationBox.vue index f04ead376..828ba51e2 100644 --- a/nezha-fronted/src/components/common/rightBox/configurationBox.vue +++ b/nezha-fronted/src/components/common/rightBox/configurationBox.vue @@ -1,5 +1,5 @@