From 8756117a473facf0bf64c9e28f821b52e46cce85 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 08 七月 2024 17:38:18 +0800
Subject: [PATCH] 完善问题整改跟踪模块

---
 src/assets/styles/element/index.scss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/assets/styles/element/index.scss b/src/assets/styles/element/index.scss
index 063bc6d..f490cf0 100644
--- a/src/assets/styles/element/index.scss
+++ b/src/assets/styles/element/index.scss
@@ -5,3 +5,11 @@
 //     )
 //   )
 // );
+
+@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
+  $bg-color: (
+    'page': #ffffffa9,
+    '': #122b54a9,
+    'overlay': #122b54a9
+  )
+);

--
Gitblit v1.9.3