change sync to loading

This commit is contained in:
梁灏 2018-06-25 15:49:28 +08:00
parent 325243d30a
commit 9f45c24f2e
5 changed files with 36 additions and 46 deletions

View file

@ -28,4 +28,22 @@
.ivu-icon {
.ivu-icon();
}
.ivu-icon-loading{
position: relative;
&::before{
content: "\F1F6";
}
&::after{
content: "";
display: block;
width: 50%;
height: 50%;
background: #fff;
position: absolute;
top: 1px;
left: 50%;
}
}