修改后台样式

This commit is contained in:
Anyon 2022-01-21 18:10:58 +08:00
parent f14e6ca191
commit 751fc77c4a
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
@import "_config.less";
.layui-layout-theme-blue-1 {
@mainActiveBack: #1890FF !important;
@mainActiveBack: #0E54C4 !important;
@mainNormalBack: rgba(0, 0, 0, 0.1) !important;
@mainActionText: #FFFFFF !important;

View File

@ -4,7 +4,7 @@
.layui-layout-theme-blue-2 {
@iconWidth: 100px !important;
@mainColor: #467cd4 !important;
@mainColor: #0E54C4 !important;
@import (multiple)"_layout_2.less";
}

File diff suppressed because one or more lines are too long