From beba41c67632b37eeef916a1be8b30d41028f1f4 Mon Sep 17 00:00:00 2001 From: likexuan Date: Fri, 17 Mar 2023 15:16:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=91=E8=89=B2=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=20Integration=20Configuration=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/css/components/page/integration/integration.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/components/page/integration/integration.scss b/nezha-fronted/src/assets/css/components/page/integration/integration.scss index 3a5f7fdde..2addb1504 100644 --- a/nezha-fronted/src/assets/css/components/page/integration/integration.scss +++ b/nezha-fronted/src/assets/css/components/page/integration/integration.scss @@ -263,8 +263,9 @@ font-size: 13px; font-weight: 600; padding: 3px 15px; - border: 1px solid $--border-color-light; margin-bottom: -1px; + color: $--color-text-regular; + border: 1px solid $--border-color-light; background: $--alert-rule-background-color; } }