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/hey.scss | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/dist/src/styles/theme/hey.scss b/Source/UBCS-WEB/dist/src/styles/theme/hey.scss new file mode 100644 index 0000000..e9a8ac2 --- /dev/null +++ b/Source/UBCS-WEB/dist/src/styles/theme/hey.scss @@ -0,0 +1,45 @@ +.theme-hey{ + .avue-sidebar{ + background-color: #fff; + box-shadow: 0 1px 4px rgba(0,21,41,.08); + .el-menu-item,.el-submenu__title{ + i,span{ + color: rgba(49,58,70,.8); + } + &:hover{ + background: transparent; + i,span{ + color:#409eff; + } + } + &.is-active { + &:before { + left:auto; + right: 0 ; + } + background-color: #f0f6ff; + i,span{ + color:#409eff; + } + } + } + } + .avue-logo{ + background-color: #fff; + box-shadow: none; + .avue-logo_title{ + color:#409eff; + font-size: 20px; + } + } + .avue-tags{ + background: #f3f6f8; + .el-tabs__item{ + color: rgba(0,0,0,.65) !important; + } + .is-active{ + background-color: #fff; + border-bottom: none !important; + } + } +} \ No newline at end of file -- Gitblit v1.9.3