From 34369b0544c949baa8c99fe9bb0bedb3b54b8994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 7 Mar 2024 14:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=8C=20=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8Schedu?= =?UTF-8?q?ling=20=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E7=9A=84=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Scheduling.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/system/Scheduling.vue b/src/views/system/Scheduling.vue index 12ac3d1..70cc927 100644 --- a/src/views/system/Scheduling.vue +++ b/src/views/system/Scheduling.vue @@ -10,7 +10,7 @@ -
+

@@ -320,6 +320,9 @@ export default { return } this.schedulingInfo = this.scheduleList[date.format(dateFormat)] + this.$nextTick(() => { + this.$refs.listContainer.scrollTop = 0 + }) }, // 获取详情 @@ -699,12 +702,14 @@ export default { } &-body { height: calc(100% - 52px); - overflow: auto; + // overflow: auto; } } } &-content { + height: 100%; padding: 0 12px; + overflow: auto; } &-item { margin-top: 15px;