优化页面

This commit is contained in:
pengxiaolong
2025-06-19 22:27:00 +08:00
parent b73ddb0370
commit bcaa54bec8
115 changed files with 1273 additions and 353 deletions

View File

@@ -16,6 +16,7 @@
</view>
<view class="title">主播库</view>
<view class="content">
<scroll-view
show-scrollbar="false"
scroll-y="true"
@@ -25,6 +26,7 @@
@refresherrefresh="onRefresherRefresh"
lower-threshold="100"
:refresher-triggered="triggered"
v-if="AnchorList.length !== 0"
>
<uni-card class="card" v-for="(item, index) in AnchorList" :key="index">
<view class="Profile">
@@ -82,6 +84,7 @@
</view>
</uni-card>
</scroll-view>
<view v-else class="empty">暂无内容</view>
</view>
<view class="addition" @click="openPopupQuantity()"> </view>
</view>
@@ -225,6 +228,18 @@ export default {
height: 1300rpx;
width: 100%;
}
.empty{
position: absolute;
top: 200rpx;
left: 0;
right: 0;
height: 1300rpx;
width: 100%;
line-height: 1300rpx;
text-align: center;
font-size: 30rpx;
color: #a3a3a3;
}
.card {
width: 695rpx;
height: 180rpx;