From 528bd0640f983a3eaf849ea2267f8e6c0cdae3ff Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 27 Aug 2025 13:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A2=84=E7=BA=A6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/personalCenter/myAppointment.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/personalCenter/myAppointment.vue b/pages/personalCenter/myAppointment.vue index 6bab07b..4929028 100644 --- a/pages/personalCenter/myAppointment.vue +++ b/pages/personalCenter/myAppointment.vue @@ -362,10 +362,6 @@ export default { margin-top: 24rpx; display: flex; background: #fff; - - &.first-child { - border-right: 2px solid #c7a26d; - } } .tab-item { @@ -374,7 +370,7 @@ export default { display: flex; align-items: center; justify-content: center; - border-radius: 12rpx; + transition: all 0.3s ease; .tab-text { @@ -396,6 +392,10 @@ export default { } } +.tab-item:first-child { + border-right: 1px solid #ddd; +} + // 预约列表 .appointment-list { width: 650rpx;