jufubao-mall 1.0.49 → 1.0.50

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": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -197,9 +197,7 @@ export default {
197
197
  bodyStyle() {
198
198
  let bgUrl = this.special.background_img;
199
199
  let style = {};
200
- bgUrl
201
- ? (style["backgroundImage"] = `url(${getServiceUrl(bgUrl)})`)
202
- : null;
200
+ bgUrl ? (style["backgroundImage"] = `url(${getServiceUrl(bgUrl)})`) : null;
203
201
  return style;
204
202
  },
205
203
  height() {
@@ -441,7 +439,7 @@ export default {
441
439
  &__body {
442
440
  // min-height: 100vh;
443
441
  background-size: 100% auto;
444
- background-position: center center;
442
+ background-position: top left;
445
443
  .special_banner {
446
444
  width: 100%;
447
445
  height: 0;
@@ -226,7 +226,7 @@
226
226
  .jfb-mall-special-info {
227
227
  &__body{
228
228
  background-size: 100% auto;
229
- background-position: center center;
229
+ background-position: top left;
230
230
  background-repeat: repeat-y;
231
231
  .prod_oldPrice{
232
232
  font-size: 20rpx;