From c2b6ebe136ff420bf3fda48896b49723b53d67af Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 28 Mar 2025 17:31:40 +0800
Subject: [PATCH] feat: 聚合demo
---
src/views/Home/components/HomeLeft/InspectionRaskDetails.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
index 7e649f8..860a5b2 100644
--- a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
+++ b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -3,9 +3,9 @@
<common-title
title="巡检任务情况"
:style="{ marginLeft: pxToRem(14) }"
- @details="detailsFun"
- >
-</common-title>
+ @details="detailsFun"
+ >
+ </common-title>
<div class="inspection-rask-details">
<div class="inspection-num">
<div class="total">
@@ -19,7 +19,7 @@
</div>
</div>
</div>
- <CommonDateTime></CommonDateTime>
+ <CommonDateTime :style="{ top: pxToRem(19) }"></CommonDateTime>
<div class="chart-container" ref="chartRef"></div>
</div>
</template>
@@ -163,10 +163,10 @@
width: 390px;
height: 414px;
background: linear-gradient(
- 270deg,
- rgba(31, 62, 122, 0) 0%,
- rgba(31, 62, 122, 0.35) 21%,
- #1f3e7a 100%
+ 270deg,
+ rgba(31, 62, 122, 0) 0%,
+ rgba(31, 62, 122, 0.35) 21%,
+ #1f3e7a 100%
);
border-radius: 0px 0px 0px 0px;
opacity: 0.85;
--
Gitblit v1.9.3