From f7d854e455563a0143e83d4890002db1c7fffc5d Mon Sep 17 00:00:00 2001
From: luoguanghui <luoguanghui@0791jx.cn>
Date: Wed, 26 Mar 2025 21:21:20 +0800
Subject: [PATCH] docs: 添加规范

---
 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 92626da..b3e12bc 100644
--- a/src/views/Home/components/HomeLeft/Index.vue
+++ b/src/views/Home/components/HomeLeft/HomeLeft.vue
@@ -20,16 +20,16 @@
     margin-left: 45px;
     // border: 1px springgreen solid;
     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