From 0123c1f75de088d1274eb00b11d56387e7f1c7e7 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Sun, 7 Apr 2024 15:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/prebook_list/prebook_list.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/prebook_list/prebook_list.vue b/pages/prebook_list/prebook_list.vue index 090daa6..2e8bb47 100644 --- a/pages/prebook_list/prebook_list.vue +++ b/pages/prebook_list/prebook_list.vue @@ -28,7 +28,7 @@ 候诊 - 前方4 + 前方40 @@ -101,12 +101,13 @@ padding: 35rpx 13rpx; box-sizing: border-box; overflow: hidden; + height: auto; &:last-of-type{ border-bottom: none !important; } .left{ flex-grow: 1; - flex-shrink: 0; + flex-shrink: 1; .title{ min-height: 42rpx; font-size: 30rpx; @@ -123,7 +124,8 @@ margin-bottom: 12rpx } .loction{ - height: 40rpx; + max-width: 500rpx; + min-height: 40rpx; line-height: 40rpx; color: #949699; } @@ -194,6 +196,7 @@ text{ font-size: 48rpx; color: #39D067; + margin: 0 8rpx; } } }