Fix:4993 【商城小程序】顶部轮播区域高度不足,内容显示不全

This commit is contained in:
LinCyJang
2026-03-26 22:38:08 +08:00
parent 61f1973663
commit 5114132692
@@ -357,7 +357,7 @@ export default {
.hero-wrap {
position: relative;
width: 100%;
height: 400rpx;
height: 700rpx;
overflow: hidden;
}
.hero-img {