From 7ee9d028f5ddbc6564de554916875b895d699bae Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 27 Mar 2025 10:18:49 +0800
Subject: [PATCH] feat: 添加svg插件

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

diff --git a/src/views/Home/components/HomeLeft/HomeLeft.vue b/src/views/Home/components/HomeLeft/HomeLeft.vue
index b3e12bc..9f306c4 100644
--- a/src/views/Home/components/HomeLeft/HomeLeft.vue
+++ b/src/views/Home/components/HomeLeft/HomeLeft.vue
@@ -16,9 +16,9 @@
 
 <style scoped lang="scss">
 .home-left-index {
-    margin-top: 12px;
-    margin-left: 45px;
-    // border: 1px springgreen solid;
+    position: absolute;
+    top: 88px;
+    left: 45px;
     width: 360px;
 
     .time-watch {

--
Gitblit v1.9.3