From d335cdf55cde037245853386b6a8a6e2ca6fc49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Tue, 5 Mar 2024 15:26:07 +0800 Subject: [PATCH] =?UTF-8?q?system=20=E6=A8=A1=E5=9D=97=E4=B8=AD=E6=8E=92?= =?UTF-8?q?=E7=89=88=E4=BB=BB=E5=8A=A1=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Scheduling.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/Scheduling.vue b/src/views/system/Scheduling.vue index d233dec..67ba7f0 100644 --- a/src/views/system/Scheduling.vue +++ b/src/views/system/Scheduling.vue @@ -695,7 +695,7 @@ export default { } } &-body { - height: calc(100% - 66px); + height: calc(100% - 103px); overflow: auto; } }