jufubao-base 1.0.258 → 1.0.260
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
|
@@ -121,7 +121,7 @@ export default {
|
|
|
121
121
|
computed: {
|
|
122
122
|
...mapState(["jfbAuthorize"]),
|
|
123
123
|
prod_bottom() {
|
|
124
|
-
return this.fixedStyle({ height: 0, zIndex: 111 });
|
|
124
|
+
return this.fixedStyle({ height: 0, zIndex: 111, paddingBottom: 20});
|
|
125
125
|
},
|
|
126
126
|
...mapState(["jfbAuthorize"]),
|
|
127
127
|
isShowBalance(){
|
|
@@ -386,6 +386,7 @@ export default {
|
|
|
386
386
|
right: 0;
|
|
387
387
|
display: flex;
|
|
388
388
|
align-items: center;
|
|
389
|
+
justify-content: center;
|
|
389
390
|
}
|
|
390
391
|
}
|
|
391
392
|
}
|
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
{label: '普通用户样式', value: 'N'},
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
data['
|
|
50
|
+
data['is_plus_site']==='N'&&{
|
|
51
51
|
label: '内容排版:',
|
|
52
52
|
ele: 'xd-radio',
|
|
53
53
|
valueKey: 'text_type',
|
|
@@ -61,7 +61,7 @@ export default {
|
|
|
61
61
|
{label: '垂直', value: 'Y'},
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
data['
|
|
64
|
+
data['is_plus_site']==='N'&&{
|
|
65
65
|
label: "头像右侧内容:",
|
|
66
66
|
ele: "xd-radio-self",
|
|
67
67
|
valueKey: "rightContent",
|