|
|
@@ -85,17 +85,17 @@ export default {
|
|
|
font-size: 18px !important;
|
|
|
}
|
|
|
}
|
|
|
- .el-menu .is-active {
|
|
|
- &::before {
|
|
|
- width: 3px;
|
|
|
- height: 36px;
|
|
|
- background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
|
|
|
- border-radius: 2px;
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 12px;
|
|
|
- }
|
|
|
+ }
|
|
|
+ .el-menu .is-active {
|
|
|
+ &::before {
|
|
|
+ width: 3px;
|
|
|
+ height: 36px;
|
|
|
+ background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
|
|
|
+ border-radius: 2px;
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 12px;
|
|
|
}
|
|
|
}
|
|
|
.icon {
|