Compare commits
No commits in common. "12f0bdc81479f755f5b4a5f01cbeb71462246719" and "2cc2cc4e00541ff3c82933362328f61823dea7de" have entirely different histories.
12f0bdc814
...
2cc2cc4e00
|
@ -419,7 +419,6 @@ 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;
|
||||||
|
|
|
@ -61,8 +61,6 @@
|
||||||
> -->
|
> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 流程详情 -->
|
|
||||||
<ren-process-detail></ren-process-detail>
|
|
||||||
<el-dialog
|
<el-dialog
|
||||||
title="审批意见"
|
title="审批意见"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
|
|
Loading…
Reference in New Issue