From ca5c1a37ba147114e37d3ad56bff353da0b610d1 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Thu, 13 Aug 2020 18:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=92=E6=9D=80=E6=97=B6=E9=97=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=208.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageC/spike/index.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pageC/spike/index.vue b/pageC/spike/index.vue index 1343a40..09b2711 100644 --- a/pageC/spike/index.vue +++ b/pageC/spike/index.vue @@ -72,10 +72,14 @@ export default { display: flex; align-items: center; font-size: 20rpx; + > text { + text-align: center; + line-height: 26rpx; + } .num{ - box-sizing: content-box; - width: 25rpx; - height: 25rpx; + // box-sizing: content-box; + width: 26rpx; + // height: 25rpx; background-color: #bfbfbf; margin: 0 10rpx; padding: 2rpx; -- 2.49.1