mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-30 10:43:03 +00:00
!35418 Fix:codeCheck_iconGroupSuffix
Merge pull request !35418 from yangziyong/0612_codeCheck
This commit is contained in:
commit
07971b2006
@ -432,7 +432,7 @@ export struct ChipGroup {
|
||||
}
|
||||
|
||||
private getIconGroupSuffixHeight() {
|
||||
if(typeof this.chipSize === 'string'){
|
||||
if (typeof this.chipSize === 'string') {
|
||||
if (this.chipSize === ChipSize.SMALL) {
|
||||
return iconGroupSuffixTheme.smallBackgroundSize;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user