fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
luo
2026-08-13 15:39:00 +08:00
parent 84af596a65
commit 515e7e22c8

View File

@@ -14,6 +14,7 @@
</view>
</view>
<view class="package-scroll-area">
<scroll-view scroll-y class="package-scroll">
<view v-if="!packagesLoaded || (loading && packageList.length === 0)" class="loading-state">
<up-loading-icon text="加载中" size="30"></up-loading-icon>
@@ -48,6 +49,7 @@
</view>
</scroll-view>
</view>
</view>
<up-popup :show="showModal" mode="center" @close="showModal = false">
<view class="payment-popup">
@@ -726,9 +728,11 @@
.tab-section {
flex: 1;
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.tab-header {
@@ -832,11 +836,17 @@
z-index: 0;
}
.package-scroll-area {
flex: 1 1 0;
min-height: 0;
margin-top: 20rpx;
display: flex;
}
.package-scroll {
width: 100%;
height: 100%;
min-height: 0;
flex: 1 1 0;
margin-top: 20rpx;
box-sizing: border-box;
}