mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
修复: bordered的固定高、非空表格在隐藏头部时,丢失顶部边框的问题
This commit is contained in:
parent
7f1dea0ab1
commit
1552955b12
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user