Fix:商城小程序】购物车商品过多时,之前改为了不显示超出的部分,现在又把超出的部分显示出来了(历史BUG)
This commit is contained in:
+5
-1
@@ -10,7 +10,7 @@
|
||||
title="购物车"
|
||||
fixed
|
||||
/>
|
||||
<view v-if="isLoad" style="padding-bottom: 120rpx;">
|
||||
<view v-if="isLoad" style="padding-bottom: 120rpx;" class="list-wrap">
|
||||
<view class="v12-justify-between v12-px-2">
|
||||
<view class="v12-font-28 v12-dark-text v12-align-center" @click="show = true">
|
||||
<image :src="webUrl+'/orderIcon/map.png'" style="width: 30rpx;height: 30rpx" class="v12-mr-1"/>
|
||||
@@ -670,6 +670,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.list-wrap{
|
||||
height: calc(100vh - 410rpx);
|
||||
overflow: auto;
|
||||
}
|
||||
.plus-btn{
|
||||
background: rgba(197,39,51,0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user