vue el-image>查看大图修改关闭按钮样式

 

<el-image :src="img"  class="img"></el-image>
<style lang="less">
  .img {
    .el-icon-circle-close {
      color: white;
    }
  }
</style>

 

 

 

相关文章:

  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-01-08
相关资源
相似解决方案