From b14eddd935a86c1ecf6fd5eee5e1a56b602f59ab Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 28 Aug 2025 16:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4=E3=80=81?= =?UTF-8?q?=E9=95=BF=E8=80=85=E6=A0=87=E7=AD=BE=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/synchronization/directive/syncList.vue | 2 +- src/views/synchronization/directive/syncStep/SyncStepList.vue | 2 +- src/views/synchronization/eldertag/syncList.vue | 2 +- src/views/synchronization/eldertag/syncStep/SyncStepList.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/synchronization/directive/syncList.vue b/src/views/synchronization/directive/syncList.vue index dc3577a..d1c4080 100644 --- a/src/views/synchronization/directive/syncList.vue +++ b/src/views/synchronization/directive/syncList.vue @@ -105,7 +105,7 @@ 关闭
- +
diff --git a/src/views/synchronization/directive/syncStep/SyncStepList.vue b/src/views/synchronization/directive/syncStep/SyncStepList.vue index 7312089..1d0f460 100644 --- a/src/views/synchronization/directive/syncStep/SyncStepList.vue +++ b/src/views/synchronization/directive/syncStep/SyncStepList.vue @@ -386,7 +386,7 @@ onMounted(async () => { } .step-content { - overflow: auto; + // overflow: auto; height: 70vh; } diff --git a/src/views/synchronization/eldertag/syncList.vue b/src/views/synchronization/eldertag/syncList.vue index be01ac4..cf576ca 100644 --- a/src/views/synchronization/eldertag/syncList.vue +++ b/src/views/synchronization/eldertag/syncList.vue @@ -97,7 +97,7 @@ 关闭
- +
diff --git a/src/views/synchronization/eldertag/syncStep/SyncStepList.vue b/src/views/synchronization/eldertag/syncStep/SyncStepList.vue index 2705f6c..dcd6c13 100644 --- a/src/views/synchronization/eldertag/syncStep/SyncStepList.vue +++ b/src/views/synchronization/eldertag/syncStep/SyncStepList.vue @@ -386,7 +386,7 @@ onMounted(async () => { } .step-content { - overflow: auto; + // overflow: auto; height: 70vh; }