diff --git a/src/view/home.vue b/src/view/home.vue index 399e96c..00f98d6 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -218,6 +218,7 @@ width: 100%; height: 100%; background:rgba(255,255,255,1); + position: relative; } .home .page-top { background:rgba(255,255,255,1); @@ -225,9 +226,9 @@ align-items: center; justify-content: space-around; z-index: 1000; - position: relative; - /*top: 0; - left: 0;*/ + position: absolute; + top: 0; + left: 0; } .home .page-top i { font-style: normal;