From c79dc45fe71b57196e59564bd66af2b3cbd59754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 22 Feb 2023 16:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.scss | 9 +- pages/appointmenttime/appointmenttime.vue | 176 +++++++++++---------- pages/homepage/homepage.vue | 6 +- pages/nursestation/nursestation.scss | 4 +- pages/utabs/u-tabs.vue | 1 + 5 files changed, 109 insertions(+), 87 deletions(-) diff --git a/pages/appointmenttime/appointmenttime.scss b/pages/appointmenttime/appointmenttime.scss index 43a3109..203cdf1 100644 --- a/pages/appointmenttime/appointmenttime.scss +++ b/pages/appointmenttime/appointmenttime.scss @@ -2,7 +2,12 @@ font-size: 34rpx; padding-top: 10rpx; height: 100%; - + -webkit-overflow-scrolling: touch; + .scroll-Y { + height: 100vh; + overflow: scroll; + position: relative; + } .mask { .Agreement { width: 100%; @@ -100,6 +105,7 @@ .timeyear{ .bottomtext{ + -webkit-overflow-scrolling: touch; width: 96%; margin: 0 auto; .items{ @@ -129,6 +135,7 @@ } } .toptext{ + -webkit-overflow-scrolling: touch; padding-top: 10rpx; display: flex; justify-content:space-around; diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 46546be..4812197 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -1,96 +1,101 @@