diff --git a/src/assets/common.css b/src/assets/common.css
index bc2e9922..5a84dfd8 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;
}
+
+.public-step-popover {
+ max-height: 500px;
+ overflow: auto;
+}
diff --git a/src/components/StepShow.vue b/src/components/StepShow.vue
index bff18bb1..b86c677f 100644
--- a/src/components/StepShow.vue
+++ b/src/components/StepShow.vue
@@ -829,7 +829,13 @@ const getNotes = (text, type) => {
{{
step.content
}}
-
+
{
align="center"
>
-
+
{{
diff --git a/vite.config.js b/vite.config.js
index 5dc2dab7..c75e67d9 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,7 +9,7 @@ export default defineConfig({
port: 3002,
},
build: {
- chunkSizeWarningLimit: 600 * 1024, // 设置警告阈值为600KiB,因为element-plus超过500kb导致打包失败
+ chunkSizeWarningLimit: 600, // 设置警告阈值为600KiB
rollupOptions: {
output: {
manualChunks(id) {