From ae25c41ee3416975081b5d58fa63321ea6b76837 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 10 Apr 2025 15:29:03 +0800
Subject: [PATCH] feat: 新增巡检任务详情弹框样式
---
src/assets/images/home/homeLeft/inspection-union.png | 0
src/assets/images/home/homeLeft/inspection-reset.png | 0
src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue | 2 +-
src/assets/images/home/homeLeft/inspection-select.png | 0
src/assets/images/home/homeLeft/inspection-vector.png | 0
5 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/assets/images/home/homeLeft/inspection-union.png b/src/assets/images/home/homeLeft/inspection-union.png
new file mode 100644
index 0000000..be0dfcf
--- /dev/null
+++ b/src/assets/images/home/homeLeft/inspection-union.png
Binary files differ
diff --git a/src/assets/images/home/homeLeft/inspection-vector.png b/src/assets/images/home/homeLeft/inspection-vector.png
new file mode 100644
index 0000000..99584fd
--- /dev/null
+++ b/src/assets/images/home/homeLeft/inspection-vector.png
Binary files differ
diff --git "a/src/assets/images/home/homeLeft/in\342\200\214spection-select.png" "b/src/assets/images/home/homeLeft/in\342\200\214spection-select.png"
new file mode 100644
index 0000000..83290a0
--- /dev/null
+++ "b/src/assets/images/home/homeLeft/in\342\200\214spection-select.png"
Binary files differ
diff --git "a/src/assets/images/home/homeLeft/\342\200\214inspection-reset.png" "b/src/assets/images/home/homeLeft/\342\200\214inspection-reset.png"
new file mode 100644
index 0000000..5db6e1b
--- /dev/null
+++ "b/src/assets/images/home/homeLeft/\342\200\214inspection-reset.png"
Binary files differ
diff --git a/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue b/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
index 2dd8118..f63d17e 100644
--- a/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
+++ b/src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
@@ -483,7 +483,7 @@
width: 100%;
border-bottom: 1px solid;
- border-image: linear-gradient(90deg, rgba(25, 162, 255, 0) 10%, rgba(20, 125, 202, 1) 50%, rgba(25, 162, 255, 0) 90%)
+ border-image: linear-gradient(90deg, rgba(25, 162, 255, 0) 10%, rgba(20, 125, 202, 1) 79%, rgba(25, 162, 255, 0) 90%)
2 2 2 2;
}
.el-scrollbar__thumb {
--
Gitblit v1.9.3