|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <hc-new-dialog is-table widths="400px" :show="isShow" title="任务流程" @close="addModalClose">
|
|
|
+ <hc-new-dialog is-table widths="400px" :show="isShow" title="审批流程" :padding="false" :footer="false" @close="addModalClose">
|
|
|
<div class="hc-task-time">
|
|
|
<hc-body class="hc-task-body-card" padding="10px" scrollbar>
|
|
|
<el-timeline v-if="rowInfo.fixedFlowId == null" class="hc-time-line">
|
|
@@ -109,8 +109,6 @@ const addModalClose = () => {
|
|
|
.hc-task-time {
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
- flex-shrink: 0;
|
|
|
- width: 170px;
|
|
|
}
|
|
|
</style>
|
|
|
|