Browse Source
fix: Collapse style issue when expandIconPosition is right (#32648)
Co-authored-by: ext.zhangtianyi3 <ext.zhangtianyi3@360buyad.local>
pull/32664/head
hydraZty
3 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
0 deletions
-
components/collapse/style/index.less
|
|
@ -69,6 +69,7 @@ |
|
|
|
&-icon-position-right { |
|
|
|
& > .@{collapse-prefix-cls}-item { |
|
|
|
> .@{collapse-prefix-cls}-header { |
|
|
|
position: relative; |
|
|
|
padding: @collapse-header-padding; |
|
|
|
padding-right: @collapse-header-padding-extra; |
|
|
|
|
|
|
|