From 02280b5159b9dca979b10ed4ba099a1374248cc6 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 17:57:39 +0800
Subject: [PATCH] feat: 修改阴影

---
 src/views/Home/components/HomeLeft/InspectionRaskDetails.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
index 7b507b0..0fbe02e 100644
--- a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
+++ b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -34,7 +34,7 @@
     margin-left: 29px;
     width: 390px;
     height: hToV(414);
-    background: linear-gradient( 90deg, rgba(31,62,122,0) 0%, rgba(31,62,122,0.35) 21%, #1F3E7A 100%);
+    background: linear-gradient( 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;
     .inspection-num {

--
Gitblit v1.9.3