Browse Source

首页高亮显示

master
xiejiahao 4 years ago
parent
commit
0638778340
  1. 8
      src/views/layout/components/Sidebar/index.vue

8
src/views/layout/components/Sidebar/index.vue

@ -37,6 +37,14 @@ export default {
}
</script>
<style lang="scss">
.el-menu .menu-wrapper a:nth-child(1) .el-menu-item{
background-image: linear-gradient(to right, rgba(42,63,104,.2), rgb(52,87,150), rgb(62,111,225)) !important;
color: #fff !important;
}
</style>
<style rel="stylesheet/scss" lang="scss" scoped>
.logo {
height: 56px;

Loading…
Cancel
Save