From 4dffcab92be19cd2aa44dc620c118378b65da38c Mon Sep 17 00:00:00 2001 From: dzw <1756644571@qq.com> Date: Tue, 30 Apr 2024 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/components/IndicatorHome.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home/components/IndicatorHome.vue b/src/pages/home/components/IndicatorHome.vue index a177fe0..3bb8195 100644 --- a/src/pages/home/components/IndicatorHome.vue +++ b/src/pages/home/components/IndicatorHome.vue @@ -285,12 +285,12 @@ export default { .tab1-img { position: absolute; - @width: 1rem; + @width: 12rem; width: @width; height: @width; margin-left: 4rem; transition: all 0.3s; - margin-top: 7rem; + // margin-top: 7rem; } .tab2-img {