forked from drone/command-center-dashboard

罗广辉
2025-03-30 3dddb1b4c87400c6448677a2ff5e6cd1f9be5ecd
src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -19,7 +19,7 @@
        </div>
      </div>
    </div>
    <CommonDateTime></CommonDateTime>
    <CommonDateTime :style="{ top: pxToRem(19) }"></CommonDateTime>
    <div class="chart-container" ref="chartRef"></div>
  </div>
</template>
@@ -171,7 +171,7 @@
  border-radius: 0px 0px 0px 0px;
  opacity: 0.85;
  .inspection-num {
    background: url('@/assets/images/inspection-num.png') no-repeat center / 100% 100%;
    background: url('@/assets/images/home/homeLeft/inspection-num.png') no-repeat center / 100% 100%;
    width: 360px;
    height: 118px;
    position: relative;