分类页面H5优化

master
gongfuxiang 2023-11-15 18:41:53 +08:00
parent 0d6decb0f0
commit c533b1c2d4
2 changed files with 8 additions and 2 deletions

View File

@ -192,7 +192,13 @@
/**
*
*/
*/
.category-content {
height: calc(100vh - 134rpx - var(--window-bottom));
/* #ifdef H5 */
height: calc(100vh - 104rpx - var(--window-bottom));
/* #endif */
}
.category-content.goods-model {
padding-top: 182rpx;
}

View File

@ -1260,7 +1260,7 @@
if ((res || null) != null) {
//
this.setData({
search_height: res.height,
search_height: res.height + uni.getWindowInfo().windowBottom,
});
}
}).exec();