@@ -105,7 +105,7 @@ const CategorySidebarItem: React.FC<CategorySidebarItemProps> = (props) => {
hoverStayTime={70}
onClick={handleClick}
>
- <View className="category-sidebar-item__text text-overflow">
+ <View className="category-sidebar-item__text">
{title || children}
</View>
@@ -99,4 +99,7 @@
.no-more-text {
color: #999;
font-size: 24rpx;
+}
+.height130 {
+ height: 130rpx;
}
@@ -255,6 +255,7 @@ const HomePage: React.FC = () => {
)}
</>
+ <View className='height130'></View>
</ScrollView>
</TabBarLayout>