zhangxiaoxu123456
2022-04-15 415d3759a79817aaeb103ed587df3de885ef3832
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
@@ -392,17 +392,13 @@
    //  content:''
    //}
  }
  .el-checkbox__input.is-checked .el-checkbox__inner::after{
    width:20px;
    height:20px;
    background:url('../../../../assets/images/personnelTalents/Yes@2x.png')no-repeat center;
  .el-checkbox__inner::after{
    border: 0.01953125rem  /* 5/256 */ solid #FFF;
    height: 0.08203125rem  /* 21/256 */;
    width: 0.0625rem  /* 16/256 */;
    border-left: 0;
    border-top: 0;
  }
  .el-checkbox__input.is-checked .el-checkbox__inner::after{
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
  }
}
</style>
<style lang="scss" scoped>