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; }