首页 > 其他分享 >修改Element - plus的样式

修改Element - plus的样式

时间:2023-01-18 12:23:25浏览次数:37  
标签:__ el 样式 Element breadcrumb plus inner

把显示再浏览器上的对应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>

 

标签:__,el,样式,Element,breadcrumb,plus,inner
From: https://www.cnblogs.com/chccee/p/17059538.html

相关文章