Commit 8193c594 authored by kangzhenfei's avatar kangzhenfei

工作流剩余送审流程web优化

parent 0ed73494
<template> <template>
<div class="detail" style="width:80%;margin:0 auto"> <div class="detail table-detail">
<Row> <Row>
<Metal-Details <Metal-Details
ref="metalDetail" ref="metalDetail"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@import '../../processDesign/Process/menu.less'; @import '../../processDesign/Process/menu.less';
</style> </style>
<template> <template>
<div class="outP" style="width:80%;margin:0 auto"> <div class="outP table-detail">
<Processview ref="processview" :isoutpdf="false"></Processview> <Processview ref="processview" :isoutpdf="false"></Processview>
</div> </div>
</template> </template>
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
name: 'detail', name: 'detail',
components: { components: {
Processview Processview
}, },
props: { props: {
idVal: { idVal: {
type: String, type: String,
......
<template> <template>
<div style="padding:30px 0"> <div style="padding:30px 0">
<Detail :idVal="detailId" /> <Detail :idVal="detailId" />
<Process ref="userProcess" :idVal="detailId" style="width:80%"/> <Process ref="userProcess" :idVal="detailId" />
<div class="footers" v-if="footerStatu === '2'" style="text-align:left;"> <div class="footers" v-if="footerStatu === '2'" style="text-align:left;">
<Form <Form
:model="formMyCheck" :model="formMyCheck"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
padding: 20px 100px; padding: 20px 100px;
display: block; display: block;
width: 98%; width: 98%;
background: #fff;
margin: 0 auto; margin: 0 auto;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
.ivu-row .filed-col > .label{ .ivu-row .filed-col > .label{
......
<template> <template>
<div class="metal-details">> <div class="metal-details">
<div class="outPdf"> <div class="outPdf">
<div class="body-box"> <div class="body-box">
<div class="bj-box"> <div class="bj-box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment