From ffd0af47ee31a9592cfab56a907e9841a9113c52 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 20 七月 2023 10:37:17 +0800
Subject: [PATCH] 代码提交,前端代码打包

---
 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