From fc299368cffdd0f1091cd7e9580cf046b4d65dde Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期四, 13 七月 2023 10:13:37 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
---
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.10.0