From 7a455b1f6a9b4510dc0c5d4970591a918348c966 Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Mon, 17 Sep 2018 18:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;