This commit is contained in:
张成
2025-12-09 14:41:21 +08:00
parent 0d2d2e8c9f
commit 8b314b9900
3 changed files with 12 additions and 15 deletions

View File

@@ -49,20 +49,16 @@ function Index() {
};
return (
<View
className="empty_state_page"
style={{
paddingTop: `${totalHeight}px`,
backgroundColor: '#FFFFFF'
}}
<View
className="empty_state_page"
>
<GeneralNavbar title="" showBack={true} />
<View className="empty_state_page__content">
{/* 空状态图片 */}
<Image
className="empty_state_page__icon"
src={emptyStateIcon}
<Image
className="empty_state_page__icon"
src={emptyStateIcon}
mode="aspectFit"
/>