From 12a3a23b97d07c02fe2fd92128c399ad264efe15 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 27 Mar 2025 19:55:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
index 305a2aa..2b0bdd5 100644
--- a/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
+++ b/src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -34,18 +34,18 @@
     margin-left: 29px;
     width: 390px;
     height: 414px;
-    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 {
         background: url('@/assets/images/inspection-num.png') no-repeat center / 100% 100%;
         width: 360px;
-        height: 118px;
+        height: hToV(118);
         position: relative;
         .total {
             position: absolute;
             left: 34px;
-            top: 34px;
+            top: hToV(34);
             font-weight: 500;
             font-size: 14px;
             color: #FFFFFF;
@@ -56,14 +56,14 @@
         }
         .status {
             position: absolute;
-            top: 8px;
+            top: hToV(8);
             right: 10px;
             width: 200px;
             display: flex;
             flex-wrap: wrap;
             gap: 8px;
             justify-content: flex-start;
-            line-height: 22px;
+            line-height: hToV(22);
             padding: 0 10px 10px 0;
             .name {
                 font-weight: 400;
diff --git a/src/views/Home/components/HomeLeft/OverviewNext.vue b/src/views/Home/components/HomeLeft/OverviewNext.vue
index 44287d9..b1ead76 100644
--- a/src/views/Home/components/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -62,7 +62,7 @@
     margin-left: 29px;
     width: 390px;
     height: 414px;
-    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;
     .next-num {

--
Gitblit v1.9.3