Browse Source

Fix non-bordered Table column header border radius

https://zos.alipayobjects.com/rmsportal/khxltYwtEiBKtHE.png
pull/3837/head
afc163 8 years ago
parent
commit
4b2e9bbd23
  1. 11
      components/table/style/index.less

11
components/table/style/index.less

@ -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;
}
}
}

Loading…
Cancel
Save