无人机管理后台前端(已迁走)
rjg
2025-04-14 98e5377691b3c9e5dcf610f7c3fdeb7afb7bc2e5
样式调整
1 files modified
19 ■■■■ changed files
src/views/tickets/orderLog.vue 19 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -288,10 +288,23 @@
          <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>