Browse Source

Fix scroll Table lagging issue in IE, close #4522

pull/4756/head
afc163 8 years ago
parent
commit
8775e7de5e
  1. 1
      components/table/style/index.less

1
components/table/style/index.less

@ -52,7 +52,6 @@
&-tbody > tr > td {
border-bottom: @border-width-base @border-style-base @border-color-split;
position: relative;
}
&-thead > tr,

Loading…
Cancel
Save