Elementui 自定义loading
Posted 码小余の博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elementui 自定义loading相关的知识,希望对你有一定的参考价值。
/* 隐藏原loading */
/deep/ .el-loading-spinner .circular
display: none;
/* 画出新的loading */
/deep/ .el-loading-spinner
background: url(../assets/Ripple-1s-200px.svg) no-repeat;
background-size: 48px 48px;
height: 100%;
left: 50%;
以上是关于Elementui 自定义loading的主要内容,如果未能解决你的问题,请参考以下文章
Vue.js 学习13 ElementUI项目中使用自定义组件