首页样式调整

This commit is contained in:
zxy
2024-02-19 23:17:06 +08:00
parent 1296cee72a
commit 8bb63dcffc
5 changed files with 585 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
</u-popup>
<block v-if="activeTab == 0">
<view v-if="newList.length > 0">
<view v-if="newList.length > 0" style="padding-bottom: 20rpx;">
<block v-for="(item, index) in newList" :key="index">
<companyList :companyitem="item"></companyList>
</block>
@@ -48,7 +48,7 @@
</view> -->
</view>
<view v-if="companyList.length > 0">
<view v-if="companyList.length > 0" style="padding-bottom: 20rpx;">
<block v-for="(item, index) in companyList" :key="item.id">
<workList :companyitem="item" :near="activeTab === 0"></workList>
</block>