|
|
@@ -92,7 +92,7 @@ export default {
|
|
|
padding-left:30px !important;
|
|
|
}
|
|
|
.aside__panel .el-menu-item:hover{
|
|
|
- background-color: rgba(255 ,255,255,1) !important;
|
|
|
+ background-color: rgba(255 ,255,255,.5) !important;
|
|
|
border-radius: 0 40px 40px 0;
|
|
|
color:#333 !important;
|
|
|
}
|
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
</style>
|
|
|
<style scoped>
|
|
|
.is-active{
|
|
|
- background-color: rgba(255 ,255,255,1) !important;
|
|
|
+ background-color: rgba(255 ,255,255,.5) !important;
|
|
|
border-radius: 0 40px 40px 0;
|
|
|
color:#333 !important;
|
|
|
box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
|