This commit is contained in:
梁灏 2017-09-18 18:41:24 +08:00
parent 4fffb066ab
commit 300bd6623e
3 changed files with 71 additions and 11 deletions

View file

@ -31,7 +31,7 @@
left: 0;
z-index: @zindex-spin;
.square(100%);
background-color: rgba(255,255,255,.95);
background-color: rgba(255,255,255,.9);
}
&-fix &-main {
@ -56,6 +56,15 @@
}
}
// use in Table loading, Table right border is not included in .ivu-table-wrapper, so fix it
.@{table-prefix-cls}-wrapper{
> .@{spin-prefix-cls}-fix{
border: 1px solid @border-color-base;
border-top: 0;
border-left: 0;
}
}
@keyframes ani-spin-bounce {
0% {
transform: scale(0);