remove placeholder border override (#14533)

* remove placeholder boder override

* adjust radius when bordered
This commit is contained in:
Amumu 2019-02-01 16:22:10 +08:00 committed by zombieJ
parent ff8bcbac8d
commit 6668c12c46

View File

@ -368,10 +368,6 @@
.@{table-prefix-cls}-body-inner > table {
border-top: 0;
}
.@{table-prefix-cls}-placeholder {
border: 0;
}
}
.@{table-prefix-cls}-thead > tr:not(:last-child) > th {
@ -388,7 +384,7 @@
position: relative;
padding: @table-padding-vertical @table-padding-horizontal;
background: @component-background;
border-radius: @border-radius-base;
border-radius: 0 0 @border-radius-base @border-radius-base;
border-bottom: @border-width-base @border-style-base @border-color-split;
text-align: center;
font-size: @font-size-base;