From c790be6bd726c72d9624b219000351e100e2d2db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 08:39:14 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard

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

diff --git a/src/views/Home/components/HomeLeft/Index.vue b/src/views/Home/components/HomeLeft/HomeLeft.vue
similarity index 90%
rename from src/views/Home/components/HomeLeft/Index.vue
rename to src/views/Home/components/HomeLeft/HomeLeft.vue
index d64c8e4..9f306c4 100644
--- a/src/views/Home/components/HomeLeft/Index.vue
+++ b/src/views/Home/components/HomeLeft/HomeLeft.vue
@@ -20,16 +20,16 @@
     top: 88px;
     left: 45px;
     width: 360px;
-    
+
     .time-watch {
         font-size: 14px;
-        height: height(36);
+        height: hToV(36);
         display: flex;
         .time {
             font-weight: 400;
             font-size: 14px;
-            line-height: height(16);
+            line-height: hToV(16);
         }
     }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3