Fix small table border, close #5237

This commit is contained in:
afc163 2017-03-09 21:49:10 +08:00
parent c06db5ce60
commit 977aa62d94

View File

@ -236,6 +236,7 @@
} }
} }
.@{table-prefix-cls}-placeholder,
.@{table-prefix-cls}-row:last-child td { .@{table-prefix-cls}-row:last-child td {
border-bottom: 0; border-bottom: 0;
} }
@ -350,7 +351,8 @@
} }
.@{table-prefix-cls}-placeholder { .@{table-prefix-cls}-placeholder {
border: 0; border-left: 0;
border-bottom: 0;
} }
} }
} }