Fix non-bordered Table column header border radius

https://zos.alipayobjects.com/rmsportal/khxltYwtEiBKtHE.png
This commit is contained in:
afc163 2016-11-14 14:37:04 +08:00
parent 05213a5827
commit 4b2e9bbd23

View File

@ -91,10 +91,13 @@
&-title + &-content {
position: relative;
table {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-radius: 6px 6px 0 0;
overflow: hidden;
.@{table-prefix-cls}-bordered & {
&,
table {
border-radius: 0;
}
}
}