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 @@