优化前诶缴费太对问题

This commit is contained in:
java110 2024-03-18 16:31:06 +08:00
parent ba15a2ea7a
commit 5be5214f6b

View File

@ -49,6 +49,7 @@
</view> </view>
</checkbox-group> </checkbox-group>
</view> </view>
<view class="bt-height"></view>
<view v-if="fees.length > 0" class="bg-white border flex justify-end" <view v-if="fees.length > 0" class="bg-white border flex justify-end"
style="position: fixed;width: 100%;bottom: 0;"> style="position: fixed;width: 100%;bottom: 0;">
@ -224,4 +225,8 @@
margin: 10upx 15upx 0upx 15upx; margin: 10upx 15upx 0upx 15upx;
} }
} }
.bt-height{
height: 200upx;
}
</style> </style>