liweilong
2020-12-25 abd7fdc84dc6efe7e216923a8b8553c7d000ffa6
src/pages/system/roleEdit.vue
@@ -265,23 +265,23 @@
      box-sizing: content-box;
    }
    &:hover{
      .name {
        background: #999;
      }
      .el-icon-check{
        color: #999;
      }
    }
    // &:hover{
    //   .name {
    //     background: #999;
    //   }
    //   .el-icon-check{
    //     color: #999;
    //   }
    // }
  }
  .active, .active:hover{
    .name{
      // background: $blue;
      background: #999;
      background: #409EFF;
      // background: #999;
    }
    .el-icon-check{
      // color: $blue;
      color: #999;
      color: #409EFF;
      // color: #999;
    }
  }
}