审批流程样式修改
This commit is contained in:
parent
0c3e0acd56
commit
a60a2f1ed2
|
|
@ -201,7 +201,7 @@
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
<div style="width: 100%;height: auto;padding: 20px;">
|
<div style="width: 100%;height: auto;padding: 20px;">
|
||||||
<div style="margin-bottom: 20px;font-weight: 600;font-size: 18px;">流程</div>
|
<div style="margin-bottom: 20px;font-weight: 600;font-size: 18px;">流程</div>
|
||||||
<el-steps :active="activeIndex" finish-status="success" :space="300" align-center>
|
<el-steps :active="activeIndex" :space="300" align-center>
|
||||||
<el-step v-for="(item,index) in checkProcess" :key="index">
|
<el-step v-for="(item,index) in checkProcess" :key="index">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -389,7 +389,7 @@
|
||||||
|
|
||||||
<div style="width: 100%;height: auto;padding: 20px;">
|
<div style="width: 100%;height: auto;padding: 20px;">
|
||||||
<div style="margin-bottom: 20px;font-weight: 600;font-size: 18px;">流程</div>
|
<div style="margin-bottom: 20px;font-weight: 600;font-size: 18px;">流程</div>
|
||||||
<el-steps :active="activeIndex" finish-status="success" :space="300" align-center>
|
<el-steps :active="activeIndex" :space="300" align-center>
|
||||||
<el-step v-for="(item,index) in checkProcess" :key="index">
|
<el-step v-for="(item,index) in checkProcess" :key="index">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue