fix: 流程审核详情页-流程图未能撑满剩余区域bug修复
This commit is contained in:
@ -319,9 +319,12 @@ $process-header-height: 194px;
|
||||
$process-header-height - 40px
|
||||
);
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
:deep(.box-card) {
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
|
||||
.el-card__body {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user