优化内容加修复bug

This commit is contained in:
zhouyanli
2026-08-13 08:03:26 +08:00
parent f793e16263
commit 94146ce27a
23 changed files with 406 additions and 260 deletions

View File

@@ -45,8 +45,7 @@
</view>
</scroll-view>
<!-- 物业费/垃圾处理费列表 -->
<!-- 物业费/垃圾处理费列表 -->
<scroll-view class="details-scroll" scroll-y="true" @scrolltolower="onLoadMore">
<scroll-view class="details-scroll-bill" scroll-y="true" @scrolltolower="onLoadMore">
<view class="bill-list">
<template v-if="detailslist.length != 0">
<view class="bill-item" :class="{ 'bill-paid': !item.amount }" @click="!item.amount ? null : goToBill(item)" v-for="item,index in detailslist" :key="index">
@@ -446,13 +445,13 @@ page {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 2rpx 10rpx;
padding: 4rpx 14rpx;
border-radius: 30rpx;
font-size: 14rpx;
font-size: 20rpx;
font-weight: 500;
color: #fff;
margin-left: 10rpx;
line-height: 1.5;
line-height: 1.4;
}
.bill-status.debt {
@@ -473,8 +472,11 @@ page {
.details-scroll {
max-height: 500rpx;
margin-bottom: 40rpx;
padding: 20rpx 0;
padding: 0 0 20rpx 0;
}
.details-scroll-bill{
max-height: 500rpx;
padding: 0 0 40rpx 0;
}
.load-more-status {