forked from gxwebsoft/mp-10550
refactor(index):优化首页布局与样式- 移除 Banner 组件中多余的 View 包裹层,简化结构- 调整轮播图区域样式,提升触摸交互体验
-为今日热卖和社区拼团区域添加阴影效果- 减小社区拼团图片高度,优化视觉比例 - 调整热销榜单区域间距,改善布局紧凑度- 注释未使用的吸顶状态逻辑,减少冗余代码 - 更新页面标题为更直观的首页标识- 优化首页组件结构,提升渲染性能
This commit is contained in:
@@ -105,7 +105,7 @@ const BestSellers = (props: {onStickyChange?: (isSticky: boolean) => void}) => {
|
||||
</Tabs>
|
||||
</Sticky>
|
||||
|
||||
<View className={'flex flex-col justify-between items-center rounded-lg px-2 mt-4'}>
|
||||
<View className={'flex flex-col justify-between items-center rounded-lg px-2 mt-2'}>
|
||||
{/* 今日主推 */}
|
||||
{tab1value == '0' && list?.map((item, index) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user