update square.vue

This commit is contained in:
linfeng 2023-02-14 14:21:13 +08:00
parent 56173c6f45
commit d9394a719f

View File

@ -40,7 +40,7 @@
<u-empty margin-top="100" text="暂无内容" mode="favor"></u-empty>
</block>
<block v-else>
<view style="margin: 30rpx 0;">
<view class="no-info">
<u-loadmore :status="loadStatus" />
</view>
</block>
@ -242,5 +242,9 @@
}
}
}
.no-info {
margin: 30rpx 0;
}
}
</style>