From 944af6d44cb93ece016b6abd6754179b3718fd21 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 12 Oct 2022 14:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/details2.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index c6e0a11..ea2caff 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -3183,12 +3183,13 @@ margin: 20rpx 0 0 0; display: flex; justify-content: center; + align-items: center; border: 1rpx solid #999; .mitems { flex-shrink: 0; - width: 50rpx; - height: 50rpx; + width: 70rpx; + height: 70rpx; background-color: #F2F2F2; display: flex; align-items: center; @@ -3197,7 +3198,6 @@ .input { width: 100rpx; - height: 47rpx; font-size: 32rpx; text-align: center; }