无人机管理后台前端(已迁走)
罗广辉
2025-10-10 8bfd657326eb9d4bd9b63920cfe3bd362cea4445
src/views/job/components/JobRelatedEvents.vue
@@ -1,6 +1,7 @@
<template>
   <div class="JobRelatedEvents">
      <div class="machineTableDetailsTitle">
         <img src="/src/assets/images/task/sign.svg" alt="">
      <p>
         关联事件
         <span>{{ total }}</span>
@@ -194,11 +195,15 @@
.JobRelatedEvents {
   .machineTableDetailsTitle {
   margin-bottom: 16px;
   background: url('/src/assets/images/task/detailtitle.png') no-repeat center;
   // background: url('/src/assets/images/task/detailtitle.png') no-repeat center;
      border-bottom: 2px solid #e4e7ed;
   background-size: 100% 100%;
   img{
         width: 15px;
         height: 15px;}
   p {
      display: inline-block;
      margin-left: 30px;
      margin-left: 10px;
      font-size: 16px;
      color: #363636;
      line-height: 20px;