forked from drone/command-center-dashboard

张含笑
2025-04-10 b77de23fc9e08b8004214a8ed7b50779c0e939ae
src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
@@ -1,6 +1,7 @@
 <!--  巡检任务情况-详情 -->
<template>
   <el-dialog
      class="data-dialog"
      v-model="isShowDetailsDialog"
      :width="pxToRem(1000)"
@@ -339,6 +340,18 @@
   border: 1px solid #1479ef !important;
   z-index: 1;
}
:deep(.data-dialog .el-dialog__header) {
   /* 头部 */
   width: 1270px;
   height: 47px;
   margin-bottom: 14px;
   background: url('/src/assets/images/home/homeLeft/inspection-vector.png') no-repeat center;
   background-size: 100% 100%;
   font-weight: bold;
   font-size: 16px;
   line-height: 47px;
}
.el-table {
   color: #fff;
   --el-table-border-color: var(--el-border-color-lighter);
@@ -422,17 +435,6 @@
         rgba(27, 148, 255, 1)
      )
      2 2;
}
/* 头部 */
.el-dialog__header {
   width: 1270px;
   height: 47px;
   margin-bottom: 14px;
   background: url('/src/assets/images/home/homeLeft/inspection-vector.png') no-repeat center;
   background-size: 100% 100%;
   font-weight: bold;
   font-size: 16px;
   line-height: 47px;
}
.el-dialog .el-dialog__header {