From eba5ff510574eb64143d5e3d870ebf7cd015449d Mon Sep 17 00:00:00 2001 From: longchao <1432334894@qq.com> Date: Tue, 22 Jul 2025 16:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=B0=B1=E8=AF=8A=E4=BA=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/visitors/visitors.vue | 47 ++++++++------------------------------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue index 966605c..dfd5460 100644 --- a/pages/visitors/visitors.vue +++ b/pages/visitors/visitors.vue @@ -10,17 +10,10 @@ - - - - - - - {{item.name}} 已预约今日 {{ item.visit_time.split('-')[0] }} 预约 - 首次 + - - - - + - @@ -48,14 +36,12 @@ - 请先勾选就诊人,可多选 确认预约(已选{{selectCount}}位) - 请先勾选就诊人,可多选 确认以上患者已到(已选{{selectCount}}位) @@ -513,28 +499,17 @@ } &.active{ border: 2rpx solid #39D067; - .status:first-of-type{ - display: none !important; - } - .status:nth-of-type(2){ - display: block !important; + .status{ + display: block; } } .status{ - right: 24rpx; - bottom: 37rpx; - width: 36rpx; - height: 36rpx; - z-index: 2; - } - - .status:first-of-type{ - display: block; - } - .status:nth-of-type(2){ + right: 0; + bottom: 0; + width: 98rpx; + height: 98rpx; display: none; } - .bg{ bottom: 0; right: 0; @@ -612,12 +587,6 @@ color: #B3B4BC; margin-top: 33rpx; } - .choose-desc{ - font-size: 28rpx; - text-align: center; - color: #21B955; - margin-bottom: 19rpx; - } } .list-wrapper2{ .item{