From f08d3a17bba4e0c1cb75cd035685010ce6e97084 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 3 Dec 2019 20:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=9C=E5=9B=BE=E7=89=87=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=BE=E7=A4=BA=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/result/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/result/index.vue b/src/pages/result/index.vue index 7626b58..97f8554 100644 --- a/src/pages/result/index.vue +++ b/src/pages/result/index.vue @@ -121,6 +121,18 @@ export default { height: '1334rpx' } }, + { + type: 'text', + text: this.users, + css: { + top: '20rpx', + left: '40rpx', + width: '750rpx', + color: '#000000', + textAlign: 'left', + fontSize: '40rpx' + } + }, { type: 'text', text: this.title,