css aside
This commit is contained in:
parent
653f73b989
commit
2e18f3f5e1
|
@ -549,7 +549,7 @@ li {
|
||||||
.el-scrollbar {
|
.el-scrollbar {
|
||||||
.el-scrollbar__view {
|
.el-scrollbar__view {
|
||||||
.el-menu-vertical {
|
.el-menu-vertical {
|
||||||
background-color: #001529;
|
background-color: $bg-aside;
|
||||||
}
|
}
|
||||||
.el-menu-item:hover i,
|
.el-menu-item:hover i,
|
||||||
.el-menu-item:hover span {
|
.el-menu-item:hover span {
|
||||||
|
@ -927,7 +927,8 @@ li {
|
||||||
// line-height: 40px !important;
|
// line-height: 40px !important;
|
||||||
// }
|
// }
|
||||||
.main-cont.el-main {
|
.main-cont.el-main {
|
||||||
background-color: #f0f2f5;
|
background-color:$bg-main;
|
||||||
|
|
||||||
.menu-total {
|
.menu-total {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #838383;
|
color: #838383;
|
||||||
|
|
Loading…
Reference in New Issue