element-UI中el-image加载图片自定义 loadi
2021-07-07 本文已影响0人
Henry01
.el-image__placeholder 是加载出图片前显示的div,可以自定义如下:
.el-image__placeholder{
background: url('~@/assets/img/loading.gif') no-repeat 50% 50%;
background-size: 50%;
width: 50vw;
height: 200px;
}
loading.gif