mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: Table clear both style (#26599)
* fix: Table clear both style close #26595 * Update index.less
This commit is contained in:
parent
b4c0978068
commit
c630a6de69
@ -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…
Reference in New Issue
Block a user