fix Table loading error when use border
This commit is contained in:
parent
258220d7f2
commit
d2553e878b
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@
|
||||||
|
|
||||||
// use in Table loading, Table right border is not included in .ivu-table-wrapper, so fix it
|
// use in Table loading, Table right border is not included in .ivu-table-wrapper, so fix it
|
||||||
.@{table-prefix-cls}-wrapper{
|
.@{table-prefix-cls}-wrapper{
|
||||||
|
> .@{spin-prefix-cls}-fix{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.@{table-prefix-cls}-wrapper-with-border{
|
||||||
> .@{spin-prefix-cls}-fix{
|
> .@{spin-prefix-cls}-fix{
|
||||||
border: 1px solid @border-color-base;
|
border: 1px solid @border-color-base;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue