Ver código fonte

购物车修改

于继渤 1 ano atrás
pai
commit
5e6203cc58
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/shopping/shopping.wxml

+ 1 - 1
pages/shopping/shopping.wxml

@@ -180,7 +180,7 @@
 
 
 <van-sidebar activeKey="{{sideKey}}" bindchange="changeSidebar" custom-class="{{active == 0 ? 'left-class' : 'right-class'}}">
-  <view wx:if="{{active != 1}}" style="height:calc({{windowHeight+'px'}} - {{active == 1 ? '270rpx' :'370rpx' }});">
+  <view wx:if="{{active != 1}}"   style="height:calc({{windowHeight+'px'}} - {{active == 1 ? '270rpx' :'400rpx' }});overflow: scroll;">
     <van-sidebar-item class="sidebar" wx:key="index" custom-class="{{sideKey - 1 == index? 'sidebar-item-before': (sideKey + 1 == index?'sidebar-item-next':'sidebar-item')}}" title="{{item.brandName}}" data-id="{{item.brandId}}" wx:for="{{typeList}}" />
   </view>
 </van-sidebar>