jufubao-mall 2.0.89-beta1 → 2.0.89-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.89-beta1",
3
+ "version": "2.0.89-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -80,7 +80,7 @@
80
80
  </view>
81
81
  </view>
82
82
  </view>
83
- <view v-if="selectNav" :style="{height:(layoutInfo.bodyMinHeightRpx - (showHeaderMenu ? 206 : 0))+'rpx'}" class="t2-content">
83
+ <view v-if="selectNav" :style="{height:(layoutInfo.bodyMinHeightRpx - (showHeaderMenu ? 160 : 0))+'rpx'}" class="t2-content">
84
84
  <scroll-view style="height:100%" scroll-y="true" class="t2-nav" :style="{backgroundColor: leftNavBgColor}">
85
85
  <view :style="[
86
86
  leftNavItemStyle,
@@ -1099,7 +1099,7 @@
1099
1099
  align-items: center;
1100
1100
  justify-content: center;
1101
1101
  width: 88rpx;
1102
- height: 42rpx;
1102
+ height: 52rpx;
1103
1103
  background: #fff;
1104
1104
  box-sizing: border-box;
1105
1105
  z-index: 10;