change sync to loading
This commit is contained in:
parent
325243d30a
commit
9f45c24f2e
5 changed files with 36 additions and 46 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue