From b77de23fc9e08b8004214a8ed7b50779c0e939ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 10 Apr 2025 15:51:19 +0800
Subject: [PATCH] feat: 修改巡检任务详情弹框样式
---
src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue b/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
index f63d17e..ac2107b 100644
--- a/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
+++ b/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 {
--
Gitblit v1.9.3