@ -1,7 +1,7 @@
<template>
<div>
<!--流程流转记录-->
<el-card>
<el-card style="overflow: auto;height: 600px">
<el-col :span="24">
<div style="width:50%;float:left;">
@ -96,5 +96,6 @@ export default {
.el-tag {
white-space: normal;
height: auto;
line-height: 20px;
}
</style>
@ -375,6 +375,7 @@
list-style: none;
width: 25%;
text-align: center;
position: relative;
img {
width: 70px;
@ -488,6 +489,7 @@
.mark {
position: absolute;
top: 54px;
top: 48px;
right: 87px;
@ -106,7 +106,7 @@
<!-- End查看页面-->
<!-- 编辑信息 -->
<el-dialog title="审批记录" :visible.sync="editDialog" width="60%">
<el-dialog title="审批记录" :visible.sync="editDialog" width="80%" style="overflow: hidden">
<flow-records :xmlData="xmlData" :taskData="taskList" :flowRecordList="flowRecordList"></flow-records>
</el-dialog>
@ -105,7 +105,7 @@
<!-- End办理页面-->
<!-- 编辑信息页面 -->
<el-dialog title="审批记录" :visible.sync="editDialog" width="80%" >