fix: empty table placehoder style (#4851)

* Remove redundant border

* Fix empty table placehoder style
This commit is contained in:
Wei Zhu 2017-02-15 12:08:17 +08:00 committed by Benjy Cui
parent 5327a49161
commit 972c2cfa95

View File

@ -333,10 +333,15 @@
display: none;
}
}
.@{table-prefix-cls}-placeholder {
border: 0;
}
}
}
&-placeholder {
position: relative;
padding: 16px 8px;
background: @component-background;
border-bottom: @border-width-base @border-style-base @border-color-split;