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 @@