fix: style fix

This commit is contained in:
pipipi-pikachu 2021-04-03 17:52:42 +08:00
parent ea0ba95fcc
commit d9fd55ff8f

View File

@ -130,12 +130,12 @@ export default defineComponent({
transition: background-color .2s; transition: background-color .2s;
cursor: pointer; cursor: pointer;
&:hover {
background-color: $lightGray;
}
.text { .text {
margin-left: 4px; margin-left: 4px;
} }
} }
.left .menu-item:hover {
background-color: $lightGray;
}
</style> </style>