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
|
@@ -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:
|
|
442
|
+
background-position: top left;
|
|
445
443
|
.special_banner {
|
|
446
444
|
width: 100%;
|
|
447
445
|
height: 0;
|