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 @@