mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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-sticky-scroll-bar-active-bg: fade(@table-sticky-scroll-bar-bg, 80%);
|
||||||
|
|
||||||
.@{table-prefix-cls}-wrapper {
|
.@{table-prefix-cls}-wrapper {
|
||||||
|
clear: both;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
.clearfix;
|
.clearfix;
|
||||||
}
|
}
|
||||||
@ -21,7 +22,6 @@
|
|||||||
.reset-component;
|
.reset-component;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
clear: both;
|
|
||||||
font-size: @table-font-size;
|
font-size: @table-font-size;
|
||||||
background: @table-bg;
|
background: @table-bg;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
|
Loading…
Reference in New Issue
Block a user