From 700bbe7b540eba6fbfa2d14e240ab96e1d58f3d5 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Fri, 30 Dec 2022 14:15:57 +0800 Subject: [PATCH] =?UTF-8?q?2k=E5=88=86=E8=BE=A8=E7=8E=87=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/newHome/components/WorkDynamics.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/front/src/views/newHome/components/WorkDynamics.vue b/front/src/views/newHome/components/WorkDynamics.vue index eb5616e0..b0542384 100644 --- a/front/src/views/newHome/components/WorkDynamics.vue +++ b/front/src/views/newHome/components/WorkDynamics.vue @@ -619,7 +619,13 @@ right: 0rem; } } - @media only screen and (min-width: 1921px) and (max-width: 3840px) { + @media only screen and (min-width: 1921px) and (max-width: 2560px) { + .fixedmount { + bottom: 1.56rem; + right: 0.37rem; + } + } + @media only screen and (min-width: 2561px) and (max-width: 3840px) { .fixedmount { bottom: 1.56rem; right: 9.6rem;