Tweak table small border style

This commit is contained in:
afc163 2017-09-01 18:30:47 +08:00
parent 7b56d7248f
commit 07dfac18f7

View File

@ -259,7 +259,7 @@
.@{table-prefix-cls}-title,
.@{table-prefix-cls}-footer,
.@{table-prefix-cls}-thead > tr > th:not(.@{table-prefix-cls}-selection-column) {
.@{table-prefix-cls}-thead > tr > th {
padding: 10px 8px;
}
@ -270,9 +270,6 @@
.@{table-prefix-cls}-header {
background: @component-background;
table {
border-bottom: @border-width-base @border-style-base @border-color-split;
}
}
.@{table-prefix-cls}-placeholder,