Bläddra i källkod

工作流图片overflow shwo

yuedefeng 6 år sedan
förälder
incheckning
2cc378e9e1
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/dashoo.cn/frontend_web/src/components/workflow/wfhistory.vue

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/workflow/wfhistory.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div style="overflow: auto">
     <el-table :data="historyTask" border>
       <el-table-column prop="taskName" sortable min-width="130" label="当前状态" align="center" show-overflow-tooltip></el-table-column>
       <el-table-column prop="remarks" sortable min-width="130" label="审批意见" align="center" show-overflow-tooltip></el-table-column>
@@ -27,7 +27,7 @@
       </el-table-column>
     </el-table>
     <div style="margin-top:5px; text-align: center;">
-      <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance " v-if="entryinfo.instance" style="width:80%; min-width: 1200px; max-width: 1600px">
+      <img :src="baseurl + 'workflow/historyimg/' + entryinfo.instance " v-if="entryinfo.instance">
     </div>
   </div>
 </template>