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