Commit 56fc8b319407de4b58c7cafbf14afdde1cd3665d
1 parent
740e186e
组合购分享海报昵称文字居中
Showing
1 changed file
with
3 additions
and
3 deletions
packageB/pages/zuhegou/index/index.js
... | ... | @@ -23,14 +23,14 @@ let imgDraw = { |
23 | 23 | }, |
24 | 24 | { //昵称 |
25 | 25 | "type": "text", |
26 | - "text": "我是店铺名称名称名称名称名称名称名称名称名称名称名称名称名称名称", | |
26 | + "text": "我是店铺", | |
27 | 27 | "css": { |
28 | - "width": "400px", | |
28 | + "width": "650px", | |
29 | 29 | "color": "#fff", |
30 | 30 | "top": "136px", |
31 | - "left": "137px", | |
32 | 31 | "fontSize": "26px", |
33 | 32 | "maxLines": "1", |
33 | + "textAlign": "center", | |
34 | 34 | } |
35 | 35 | }, |
36 | 36 | { //10元任选3件 | ... | ... |