fix: Table clear both style (#26599)

* fix: Table clear both style

close #26595

* Update index.less
This commit is contained in:
偏右 2020-09-05 17:24:18 +08:00 committed by GitHub
parent b4c0978068
commit c630a6de69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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