vue.js el-menu-item 更改选中的背景颜色

.el-menu-item.is-active {
      background-color: #3370ff !important;
      color: #fff;
      span {
        color: #fff !important;
      }
    }

你可能感兴趣的:(vue.js,前端,javascript)