update advanced_ui_component/subheader/source/subheader.ets.

Signed-off-by: 丁冀东 <dingjidong2@h-partners.com>
This commit is contained in:
丁冀东 2024-10-18 02:43:37 +00:00 committed by Gitee
parent 6265becd8d
commit 7874348833
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -533,7 +533,7 @@ export struct SubHeader {
} else if (this.primaryTitle || this.select) {
return getResourceValue('sys.float.subheader_single_title_height');
}
return getResourceValue('sys.float.subheader_single_subtitle_height');;
return getResourceValue('sys.float.subheader_single_subtitle_height');
}
private getTextArrowPaddingLeft(): LengthMetrics {