修复: bordered的固定高、非空表格在隐藏头部时,丢失顶部边框的问题

This commit is contained in:
Amumu 2019-02-19 14:55:31 +08:00 committed by 偏右
parent 7f1dea0ab1
commit 1552955b12

View File

@ -366,11 +366,11 @@
}
.@{table-prefix-cls}-body > table {
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.@{table-prefix-cls}-header + .@{table-prefix-cls}-body > table,
.@{table-prefix-cls}-body-inner > table {
border-top: 0;
}