Browse Source

style: Fix Table header extra border of right column (#25378)

pull/25381/head
偏右 4 years ago
committed by GitHub
parent
commit
879bcd1479
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/table/style/bordered.less

4
components/table/style/bordered.less

@ -115,4 +115,8 @@
// :first-child to avoid the case when bordered and title is set
border-top: 0;
}
&-scrollbar {
box-shadow: 0 @border-width-base 0 @border-width-base @table-header-bg;
}
}

Loading…
Cancel
Save