提交 3a651767 编写于 作者: V vben

style: update global spin

上级 fca0bb16
.app-svg-loading {
position: relative;
width: auto;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
......
@import (reference) '../../design/index.less';
.app-svg-loading {
position: relative;
width: auto;
&__tip {
display: block;
margin-top: 4px;
font-size: 13px;
color: #303133;
text-align: center;
}
}
import { Spin } from 'ant-design-vue';
import svgImg from '/@/assets/images/loading.svg';
import './spin.less';
Spin.setDefaultIndicator({
indicator: () => {
return (
<div class="app-svg-loading">
<img src={svgImg} alt="" height="32" width="32" class="g-loading" />
<img src={svgImg} alt="" height="32" width="32" />
</div>
);
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册