修改模板文件

This commit is contained in:
Anyon 2021-11-27 15:34:39 +08:00
parent 351e2c7481
commit cdf6472d1c

View File

@ -113,13 +113,13 @@ body > .el-container {
font-weight: bold; font-weight: bold;
&:hover, &:active, &:focus, &.is-active { &:hover, &:active, &:focus, &.is-active {
color: #FFFFFF !important; color: #FFF !important;
background: rgba(0, 0, 0, 0) !important; background: rgba(0, 0, 0, 0) !important;
} }
} }
&:hover { &:hover {
color: #FFFFFF !important; color: #FFF !important;
background: rgba(54, 25, 88, 0.9) !important; background: rgba(54, 25, 88, 0.9) !important;
} }
@ -132,7 +132,7 @@ body > .el-container {
.el-sub-menu { .el-sub-menu {
.el-sub-menu__title { .el-sub-menu__title {
color: #FFFFFF !important; color: #FFF !important;
background: none !important; background: none !important;
} }
@ -184,7 +184,7 @@ body > .el-container {
&.is-active { &.is-active {
color: #333333; color: #333333;
background: #FFFFFF; background: #FFF;
} }
&:hover:not(.is-active) { &:hover:not(.is-active) {
@ -196,7 +196,7 @@ body > .el-container {
.el-tabs__content { .el-tabs__content {
width: 221px !important; width: 221px !important;
height: 100% !important; height: 100% !important;
background: #FFF; background: #FFF !important;
h5 { h5 {
margin: 0; margin: 0;