From 9d89d4d510bdf4c339df860dd36eecd1c6bbfa0d Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 10 Jan 2022 17:22:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9tooltip=E8=BE=B9?= =?UTF-8?q?=E6=A1=86=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/themes/theme-dark.scss | 2 +- nezha-fronted/src/assets/css/themes/theme-light.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/css/themes/theme-dark.scss b/nezha-fronted/src/assets/css/themes/theme-dark.scss index 51ebcb1bc..a5a9a5434 100644 --- a/nezha-fronted/src/assets/css/themes/theme-dark.scss +++ b/nezha-fronted/src/assets/css/themes/theme-dark.scss @@ -243,7 +243,7 @@ $--right-box-sub-title-border-color: $--border-color-light; /* 16.tooltip */ $--tooltip-background-color: #222329; -$--tooltip-border-color: #454545; +$--tooltip-border-color: rgba(112,116,122,0.6); /*** themes/common.scss是与主题切换无关的变量 ***/ @import './src/common/var.scss'; diff --git a/nezha-fronted/src/assets/css/themes/theme-light.scss b/nezha-fronted/src/assets/css/themes/theme-light.scss index 46ed9caff..63da59ffe 100644 --- a/nezha-fronted/src/assets/css/themes/theme-light.scss +++ b/nezha-fronted/src/assets/css/themes/theme-light.scss @@ -238,7 +238,7 @@ $--right-box-sub-title-border-color: $--right-box-sub-title-background-color; /* 16.tooltip */ $--tooltip-background-color: #ffffff; -$--tooltip-border-color: #e7eaed; +$--tooltip-border-color: rgba(119,131,145,0.6); /*** themes/common.scss是与主题切换无关的变量 ***/