From 377e00b443a02f1567e84aef14d6134124603813 Mon Sep 17 00:00:00 2001
From: Goldennfish <1981343953@qq.com>
Date: 星期二, 25 七月 2023 08:57:00 +0800
Subject: [PATCH] 设备台账弹出框及调整了所有弹出框样式
---
src/styles/sidebar.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index 15195b5..5d56d60 100644
--- a/src/styles/sidebar.scss
+++ b/src/styles/sidebar.scss
@@ -95,6 +95,10 @@
.el-submenu__title{
background-color: #ffffff !important;
color: $menuActiveText !important;
+ &:has(.is-active){
+ background-color: #ffffff !important;
+ color: $menuActiveText !important;
+ }
}
}
--
Gitblit v1.9.3