From 3dddb1b4c87400c6448677a2ff5e6cd1f9be5ecd Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sun, 30 Mar 2025 20:18:15 +0800
Subject: [PATCH] fix: 移除监听事件bug
---
src/views/Home/components/HomeLeft/InspectionRaskDetails.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
index 00eafb0..6a75f93 100644
--- a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
+++ b/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;
--
Gitblit v1.9.3