1
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user