fix : 对接需求征集列表接口

This commit is contained in:
2024-05-11 17:40:47 +08:00
parent f7fddab0bd
commit 0d31b47a56
4 changed files with 69 additions and 36 deletions

View File

@@ -58,7 +58,7 @@
<!-- <el-col :xs="24" :sm="24" :md="24" :lg="12" :xl="10">-->
<div class="approval-record">
<baseTitle title="审批记录"></baseTitle>
<div class="process" id="approvalRecord">
<div class="process">
<process-diagram-viewer v-if="processDiagramViewer"/>
</div>
</div>
@@ -167,12 +167,10 @@ getTree()
.approval-record {
flex: 0.4;
.process {
//max-height: calc(100vh - 96px);
height: calc(100vh - 250px);
overflow: auto;
//height: calc(100vh - 250px);
overflow: hidden;
&::-webkit-scrollbar {
width: 6px;