无人机管理后台前端(已迁走)
张含笑
2025-05-28 7d160c30c57b6ba29e75919d3e1f8883e5402155
feat:css调整
2 files modified
46 ■■■■ changed files
src/views/tickets/orderLog.vue 36 ●●●●● patch | view | raw | blame | history
src/views/wel/components/backlog.vue 10 ●●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -381,16 +381,8 @@
                  {{ record.user_name }}
                </span>
                <span
                  style="
                    position: absolute;
                    left: 80%;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100px;
                    margin-left: 4px;
                    color: #666;
                    font-size: 12px;
                  "
                  class="step-timer "
                >
                  {{ record.interval_time_str }}
                </span>
@@ -566,16 +558,8 @@
                  {{ record.user_name }}
                </span>
                <span
                  style="
                    position: absolute;
                    left: 80%;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100px;
                    margin-left: 4px;
                    color: #666;
                    font-size: 12px;
                  "
                  class="step-timer "
                >
                  {{ record.interval_time_str }}
                </span>
@@ -1395,8 +1379,18 @@
  },
};
</script>
<style></style>
<style lang="scss" scoped>
.step-timer {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  margin-left: 4px;
  color: #666;
  font-size: 12px;
}
:deep(.el-textarea__inner) {
  padding: 8px 12px;
}
src/views/wel/components/backlog.vue
@@ -330,8 +330,9 @@
        }
        .todo-text {
          font-size: 14px;
          color: #343434;
         font-weight: 400;
font-size: 14px;
color: #343434;
        }
        .unread {
          width: 5px;
@@ -348,8 +349,9 @@
        margin-right: 42px;
        .todo-date {
          color: #666;
          font-size: 0.9rem;
        font-weight: 400;
font-size: 14px;
color: #5C6476;
          margin-left: 2px;
        }
      }