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

This commit is contained in:
GAOANG
2025-05-27 11:49:17 +08:00
parent 9a041b3f94
commit 37ee6f3901

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