From c115dcdffe9343357a2b2a29e88db033ec3089bc Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 21 Jun 2023 14:06:56 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2904=20style=EF=BC=9AAsset=20list-Dashboard?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E5=9C=A8Apply=20time=20range=E6=8C=89=E9=92=AE=E4=B8=8A?= =?UTF-8?q?=EF=BC=8C=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/css/components/common/bottomBox/dashboardTab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/components/common/bottomBox/dashboardTab.scss b/nezha-fronted/src/assets/css/components/common/bottomBox/dashboardTab.scss index 4255bd244..ebcfdc662 100644 --- a/nezha-fronted/src/assets/css/components/common/bottomBox/dashboardTab.scss +++ b/nezha-fronted/src/assets/css/components/common/bottomBox/dashboardTab.scss @@ -175,7 +175,7 @@ } .el-button--primary:hover{ color: $--color-text-label2; - background-color: $--color-primary; + background-color: $--color-primary !important; border-color: $--color-primary; } }