0
点赞
收藏
分享

微信扫一扫

【超全】C++速查手册:面向对象与继承多态

witmy 2023-12-06 阅读 42

table默认的箭头 

需要的效果实心的

::v-deep .el-icon-arrow-right {
  color: #49c0ff;
}

::v-deep.el-table .el-table__expand-icon {
  .el-icon-arrow-right:before {
    content: "\e791";
  }
}

content: "\e791"; 代表图标,可以在elementUI F12检查中得到 

 

举报

相关推荐

0 条评论