美文网首页
element-UI中el-image加载图片自定义 loadi

element-UI中el-image加载图片自定义 loadi

作者: Henry01 | 来源:发表于2021-07-07 18:13 被阅读0次

    .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