From 2a9d087013803c5f91e71abc2926e2332be8356d Mon Sep 17 00:00:00 2001 From: YeungHoiChiu <1005935991@qq.com> Date: Tue, 27 Aug 2024 20:39:18 +0800 Subject: [PATCH 1/2] fix: #289 --- src/assets/common.css | 5 +++++ src/components/StepShow.vue | 8 +++++++- src/views/PublicStep.vue | 8 +++++++- vite.config.js | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/assets/common.css b/src/assets/common.css index bc2e9922..c0fef381 100644 --- a/src/assets/common.css +++ b/src/assets/common.css @@ -360,3 +360,8 @@ body, .remote-header .el-page-header__left{ align-items: center; } + +.popper-auto-flow { + max-height: 500px; + overflow: auto; +} diff --git a/src/components/StepShow.vue b/src/components/StepShow.vue index bff18bb1..2577911d 100644 --- a/src/components/StepShow.vue +++ b/src/components/StepShow.vue @@ -829,7 +829,13 @@ const getNotes = (text, type) => { {{ step.content }} - +