esay

1
2
3
4
5
6
7
8
9
10
11
// 1. 将图片存入项目
// 2. icon-class的背景图片路径指向自定义图片位置
.el-icon-search {
background: url("../icon/search.svg") center center no-repeat;
background-size: contain; // 可选
width: 18px; // 可选
}
.el-icon-search:before {
content: "";
visibility: hidden;
}

顺带一提,eui很多组件都可传入自定义样式类,确保非socoped能让组件访问到就行