From 84f18ab181ecf128efef81bd7c04f069ce3a1dd0 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Thu, 12 Dec 2019 17:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E4=BF=AE=E6=94=B9,=E5=90=8E=E5=8F=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=BB=93=E6=9E=84=E5=8F=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E9=87=8D=E6=96=B0=E5=AF=BC=E5=85=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=89=8D=E5=8F=AF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QMPlusVuePage/src/style/animition.scss | 4 ++-- QMPlusVuePage/src/view/dashbord/index.vue | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/QMPlusVuePage/src/style/animition.scss b/QMPlusVuePage/src/style/animition.scss index 3fe81da7..29833fe8 100644 --- a/QMPlusVuePage/src/style/animition.scss +++ b/QMPlusVuePage/src/style/animition.scss @@ -17,10 +17,10 @@ li { height: 450px; width: 450px; border-radius: 100%; - position: absolute; + position: relative; transform: translate(-50%, -50%); left: 50%; - top: 50%; + top: 225px; overflow: hidden; } diff --git a/QMPlusVuePage/src/view/dashbord/index.vue b/QMPlusVuePage/src/view/dashbord/index.vue index 636677b0..b020fe97 100644 --- a/QMPlusVuePage/src/view/dashbord/index.vue +++ b/QMPlusVuePage/src/view/dashbord/index.vue @@ -1,7 +1,7 @@