diff --git a/pages/order_food/goodsList_scroll.vue b/pages/order_food/goodsList_scroll.vue index 75bb531..ded2c11 100644 --- a/pages/order_food/goodsList_scroll.vue +++ b/pages/order_food/goodsList_scroll.vue @@ -11,9 +11,8 @@ - - - @@ -98,7 +97,7 @@ let view = uni.createSelectorQuery().select('#scroll-panel'); view.boundingClientRect(res => { this.scrollTopSize = res.top; - this.scrollHeight = 1000; + this.scrollHeight = 812; console.log(res, res.top, res.height) setTimeout(() => { resolve(); @@ -265,18 +264,6 @@ align-content: flex-start; font-size: 28rpx; position: relative; - - .list-boxafter { - position: absolute; - left: 0; - top: 0; - z-index: 999; - width: 100%; - height: 100%; - display: inline-block; - background: transparent; - } - .left { width: 200rpx; background-color: #f6f6f6;