This commit is contained in:
wuxw 2024-03-22 18:36:12 +08:00
commit e24639e63d

View File

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