Merge branch 'gao2025-05' into 'dev'

feat: 修改流程信息高度,关闭按钮漏出

See merge request itc-framework/ma/2024/front!79
This commit is contained in:
890147
2025-05-30 06:36:49 +00:00

View File

@ -168,7 +168,7 @@ if (props.canClick) {
.flow-record-box { .flow-record-box {
width: 100%; width: 100%;
height: 80vh; height: 65vh;
position: relative; position: relative;
margin-top: 50px; margin-top: 50px;
} }