jufubao-base 1.0.106-beta6 → 1.0.106-beta8

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-base",
3
- "version": "1.0.106-beta6",
3
+ "version": "1.0.106-beta8",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -130,7 +130,6 @@
130
130
  <view
131
131
  v-else
132
132
  class="empty_data"
133
- :style="{ minHeight: layoutInfo.bodyMinHeightPx + 'px' }"
134
133
  >
135
134
  <image :src="emptyBg"></image>
136
135
  {{ message }}
@@ -467,7 +466,7 @@ export default {
467
466
  &__body {
468
467
  position: relative;
469
468
  overflow-y: auto;
470
- padding-top: 82px;
469
+ padding-top: 220rpx;
471
470
  box-sizing: border-box;
472
471
  background-color: #FAFAFA;
473
472
  .empty_data {