From ce58a330054859c91833cd2bf02ca8bf6a67ffd1 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Mon, 22 Jan 2024 18:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/carEntry/examineAppointment/comp/step1.vue | 2 ++ pages/carEntry/examineAppointment/comp/step2.vue | 19 ++++++++++++------- pages/indexEntry/enroll/registInfo/registInfo.vue | 1 + pages/mineEntry/myForecastName/myForecastName.vue | 3 +++ pages/tabbar/mine/index.vue | 2 +- pages/userCenter/login/comp/privacyRadion.vue | 5 +++-- pages/userCenter/login/login.vue | 21 +++------------------ pages/userCenter/login/loginByPhone.vue | 12 ++++-------- 8 files changed, 29 insertions(+), 36 deletions(-) diff --git a/pages/carEntry/examineAppointment/comp/step1.vue b/pages/carEntry/examineAppointment/comp/step1.vue index 6534d83..48a94ce 100644 --- a/pages/carEntry/examineAppointment/comp/step1.vue +++ b/pages/carEntry/examineAppointment/comp/step1.vue @@ -73,6 +73,8 @@ .icon { width: 72rpx; height: 72rpx; + border-radius: 50%; + overflow: hidden; } } } diff --git a/pages/carEntry/examineAppointment/comp/step2.vue b/pages/carEntry/examineAppointment/comp/step2.vue index 2233cdd..9dffd5f 100644 --- a/pages/carEntry/examineAppointment/comp/step2.vue +++ b/pages/carEntry/examineAppointment/comp/step2.vue @@ -2,9 +2,11 @@ - - {{item.carNumber}}号车 - {{ item.licnum }} + + + {{item.carNumber}}号车 + {{ item.licnum }} + @@ -53,17 +55,19 @@