提交 c533b1c2 编写于 作者: G gongfuxiang

分类页面H5优化

上级 0d6decb0
......@@ -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;
}
......
......@@ -1260,7 +1260,7 @@
if ((res || null) != null) {
// 获取搜索框高度
this.setData({
search_height: res.height,
search_height: res.height + uni.getWindowInfo().windowBottom,
});
}
}).exec();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册