From e620e7c1744384f9e4d9c316ceda2a60d064bba5 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 11:37:40 +0800
Subject: [PATCH] feat: 去掉部分样式

---
 src/views/Home/components/HomeRight/HomeRight.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/Home/components/HomeRight/HomeRight.vue b/src/views/Home/components/HomeRight/HomeRight.vue
index a978c11..b7af16c 100644
--- a/src/views/Home/components/HomeRight/HomeRight.vue
+++ b/src/views/Home/components/HomeRight/HomeRight.vue
@@ -10,7 +10,8 @@
 
 <style scoped lang="scss">
 .home-right-index {
-    margin-top: 12px;
-    margin-right: 58px;
+    position: absolute;
+    top: 88px;
+    right: 58px;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3