From 79d4306201973b2ea3479ee9b7f0deddf8534156 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 14 七月 2023 16:00:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/dist/src/styles/theme/bule.scss | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/src/styles/theme/bule.scss b/Source/UBCS-WEB/dist/src/styles/theme/bule.scss
new file mode 100644
index 0000000..258b0a8
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/styles/theme/bule.scss
@@ -0,0 +1,46 @@
+.theme-bule{
+
+ .avue-header,.avue-logo{
+ background: #004ca7;
+ }
+ .avue-sidebar{
+ background: #004ca7;
+ .el-menu-item.is-active, .el-submenu__title.is-active {
+ background-color: rgba(0, 0, 0, 0.2);
+ }
+ }
+ .el-dropdown{
+ color: #fff;
+ }
+ .avue-logo{
+ .avue-logo_title{
+ color:#fff;
+ }
+ }
+ .avue-breadcrumb{
+ i{
+ color:#fff;
+ }
+ }
+
+ .top-bar__item {
+ i {
+ color: #fff;
+ }
+ }
+ .avue-top{
+
+ .el-menu-item {
+ i,
+ span {
+ color: #fff;
+ }
+ &:hover {
+ i,
+ span {
+ color: #fff;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3