无人机管理后台前端(已迁走)
chenyao
2025-08-06 d908734e1326790e45ca7711aec28204b137655c
feat:调整间距
1 files modified
8 ■■■■ changed files
src/views/tickets/orderLog.vue 8 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -249,7 +249,7 @@
                <span class="step-description" style="position: relative; display: inline-block">
                  {{ record.user_name }}
                </span>
                <span class="step-timer ">
                <span class="step-timer">
                  {{ record.interval_time_str }}
                </span>
                <div class="step-description">
@@ -1388,7 +1388,7 @@
.custom-steps-container {
  width: 100%;
  margin: 20px 0;
  margin: 10px 0;
}
.steps-titles {
@@ -1413,7 +1413,7 @@
}
.custom-steps {
  margin-top: -20px;
  margin-top: -10px;
  /* 向上移动与标题重叠 */
}
@@ -1429,7 +1429,7 @@
.step-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  line-height: 2.6;
}
.event-title-center {