From 9a19efe814fd1b3f08673935ec9a9abc3394fb7c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Mar 2025 08:47:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard

---
 src/views/Home/components/HomeRight/Synergy.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/Home/components/HomeRight/Synergy.vue b/src/views/Home/components/HomeRight/Synergy.vue
index c0c397e..115a132 100644
--- a/src/views/Home/components/HomeRight/Synergy.vue
+++ b/src/views/Home/components/HomeRight/Synergy.vue
@@ -23,7 +23,7 @@
 <style scoped lang="scss">
 .synergy {
   width: 390px;
-  height: hToV(108);
+  height: 108px;
   background: linear-gradient(
     270deg,
     #1f3e7a 0%,
@@ -31,15 +31,15 @@
     rgba(31, 62, 122, 0) 100%
   );
   opacity: 0.85;
-  margin: hToV(2) 0 hToV(13) 0;
+  margin: 2px 0 13 0;
   display: flex;
   justify-content: space-between;
-  padding: hToV(11) 27px 0;
+  padding: 11px 27px 0;
 
   .synergy-item {
     width: 95px;
-    height: hToV(77);
-    padding-top: hToV(7);
+    height: 77px;
+    padding-top: 7px;
     background: url('@/assets/images/home/homeRight/synergyBg.png') no-repeat center center / 100% 100%;
 
     .title {
@@ -50,7 +50,7 @@
       text-align: center;
       font-style: normal;
       text-transform: none;
-      margin-bottom: hToV(4);
+      margin-bottom: 4px;
     }
 
     .value {
@@ -58,7 +58,7 @@
       font-weight: 400;
       font-size: 26px;
       color: #ffffff;
-      line-height: hToV(26);
+      line-height: 26px;
       font-style: normal;
       text-transform: none;
       text-align: center;

--
Gitblit v1.9.3