.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
.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
本文标题:element-UI中el-image加载图片自定义 loadi
本文链接:https://www.haomeiwen.com/subject/uocaultx.html
网友评论