From 56fc8b319407de4b58c7cafbf14afdde1cd3665d Mon Sep 17 00:00:00 2001 From: taiyuan Date: Wed, 4 Aug 2021 09:28:18 +0800 Subject: [PATCH] 组合购分享海报昵称文字居中 --- packageB/pages/zuhegou/index/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packageB/pages/zuhegou/index/index.js b/packageB/pages/zuhegou/index/index.js index 3c6930b..0320076 100644 --- a/packageB/pages/zuhegou/index/index.js +++ b/packageB/pages/zuhegou/index/index.js @@ -23,14 +23,14 @@ let imgDraw = { }, { //昵称 "type": "text", - "text": "我是店铺名称名称名称名称名称名称名称名称名称名称名称名称名称名称", + "text": "我是店铺", "css": { - "width": "400px", + "width": "650px", "color": "#fff", "top": "136px", - "left": "137px", "fontSize": "26px", "maxLines": "1", + "textAlign": "center", } }, { //10元任选3件 -- libgit2 0.21.4