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
|
@@ -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:
|
|
469
|
+
padding-top: 220rpx;
|
|
471
470
|
box-sizing: border-box;
|
|
472
471
|
background-color: #FAFAFA;
|
|
473
472
|
.empty_data {
|