全局样式加入,尺寸需要自己调整
// 表格加载页面
.el-table .el-loading-spinner .circular {
width: 36px;
height: 36px;
display: none; //隐藏默认样式
}
//采用自定义图标样式覆盖
.el-table .el-loading-spinner {
background: url(../assets/loading0526.gif) no-repeat;
background-size: 48px 48px;
width: 100%;
height: 100%;
position: relative;
top: 50%;
left: 45%;
}
网友评论