This commit is contained in:
gaoyuanwei 2022-07-21 17:13:39 +08:00
parent 2c95fa65af
commit 3a34e97ec8
2 changed files with 3 additions and 0 deletions

View File

@ -419,6 +419,7 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 10px; padding: 10px;
overflow: hidden;
& > div:first-child { & > div:first-child {
margin-bottom: 10px; margin-bottom: 10px;
font-weight: bold; font-weight: bold;

View File

@ -61,6 +61,8 @@
> --> > -->
</div> </div>
</div> </div>
<!-- 流程详情 -->
<ren-process-detail></ren-process-detail>
<el-dialog <el-dialog
title="审批意见" title="审批意见"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"