| | |
| | | <el-steps :active="form.active" align-center class="custom-steps"> |
| | | <el-step v-for="(record, index) in form.record_list" :key="index"> |
| | | <template #description> |
| | | <div class="step-description"> |
| | | |
| | | <span class="step-description" style="position: relative; display: inline-block;"> |
| | | {{ record.user_name }} |
| | | </div> |
| | | <div class="step-description"> |
| | | </span > |
| | | <span style=" |
| | | position: absolute; |
| | | left: 80%; |
| | | top: 50%; |
| | | transform: translateY(-50%); |
| | | width: 100px; |
| | | margin-left: 4px; |
| | | color: #666; |
| | | font-size: 12px; |
| | | "> |
| | | {{ record.user_name }} |
| | | </span> |
| | | <div class="step-description" > |
| | | {{ record.create_time_str }} |
| | | </div> |
| | | </template> |