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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|