elementUI中的icon替换本地icon(图片)

.el-icon-arrow-right {background: url('../assets/imgs/bottom.png') center cente
 .el-icon-arrow-right {background: url('../assets/imgs/bottom.png') center center no-repeat;background-size: 20px;}
.el-icon-arrow-right::before {content: '替';font-size: 16px;visibility: hidden;
}

在这里插入图片描述
替换====>
在这里插入图片描述