Browse Source

fix: Table clear both style (#26599)

* fix: Table clear both style

close #26595

* Update index.less
pull/26604/head
偏右 4 years ago
committed by GitHub
parent
commit
c630a6de69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/table/style/index.less

2
components/table/style/index.less

@ -13,6 +13,7 @@
@table-sticky-scroll-bar-active-bg: fade(@table-sticky-scroll-bar-bg, 80%);
.@{table-prefix-cls}-wrapper {
clear: both;
max-width: 100%;
.clearfix;
}
@ -21,7 +22,6 @@
.reset-component;
position: relative;
z-index: 0;
clear: both;
font-size: @table-font-size;
background: @table-bg;
border-radius: @border-radius-base;

Loading…
Cancel
Save