Title

把显示在浏览器上的对应css选择器全部写上,并且添加 !important

</script>

  <style lang='scss' scoped>
    //修改 element plus
    ::v-deep .el-breadcrumb__inner a,
    .el-breadcrumb__inner.is-link {
      font-weight: 0 !important;
    }
</style>

 

posted on 2023-01-18 12:07  chccee  阅读(848)  评论(0编辑  收藏  举报