Fix:5256 【商城小程序】抽奖码页面,往期中奖名单轮播不见了

This commit is contained in:
LinCyJang
2026-05-13 00:26:14 +08:00
parent 05ef78870b
commit 84e72f9313
+2 -1
View File
@@ -511,7 +511,8 @@ export default {
.page-body {
box-sizing: border-box;
height: 100vh;
height: calc(100vh - 120rpx);
margin-top: 80rpx;
}
.tip-bar {