审批流程样式修改

This commit is contained in:
zzyuan 2025-12-18 16:05:00 +08:00
parent 0c3e0acd56
commit a60a2f1ed2
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@
</el-descriptions>
<div style="width: 100%;height: auto;padding: 20px;">
<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">
<template slot="title">
<div>

View File

@ -389,7 +389,7 @@
<div style="width: 100%;height: auto;padding: 20px;">
<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">
<template slot="title">
<div>