From 7ce592bb5a5b9e0dc78786e727f042b95ebc81c8 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期四, 13 七月 2023 16:00:59 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/dist/src/styles/theme/lte.scss |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/dist/src/styles/theme/lte.scss b/Source/UBCS-WEB/dist/src/styles/theme/lte.scss
new file mode 100644
index 0000000..7c110f3
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/styles/theme/lte.scss
@@ -0,0 +1,36 @@
+.theme-lte {
+  .avue-logo{
+    background-color: #409EFF;
+    .avue-logo_title{
+      font-weight: 500;
+      font-size: 20px;
+      color:#fff;
+    }
+  }
+  .avue-tags{
+    .el-tabs__item{
+      font-size: 12px !important;
+      font-weight: 500 !important;
+    }
+  }
+  .avue-sidebar{
+    background-color: #263238;
+      .el-menu-item,.el-submenu__title{
+        i,span{
+          color: #8a979e;
+        }
+        &:hover{
+            background-color: #2b373d;
+        }
+        &.is-active {
+            &:before {
+              display: none;
+            }
+            background-color: #2b373d;
+            i,span{
+                color:#fff;
+            }
+        }
+    }
+  }
+}

--
Gitblit v1.9.3