From 21ceafe64985b8266753725c96a95ec5ff92afaa Mon Sep 17 00:00:00 2001 From: Molunerfinn Date: Wed, 13 Dec 2017 10:28:36 +0800 Subject: [PATCH] Fixed: docs page width --- .eslintignore | 1 + docs/APP.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index d8b0d0ae..cfe499ce 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ test/unit/coverage/** test/unit/*.js test/e2e/*.js +dist/ \ No newline at end of file diff --git a/docs/APP.vue b/docs/APP.vue index 5c866bb4..0d101b92 100644 --- a/docs/APP.vue +++ b/docs/APP.vue @@ -74,7 +74,7 @@ h1 position relative .mask position absolute - width 100vw + width 100% height 100vh top 0 left 0 @@ -82,7 +82,7 @@ h1 z-index -1 #header height 100vh - width 100vw + width 100% background-image url("https://ws1.sinaimg.cn/large/8700af19ly1fm9ru6fqvjj22p81stdta") background-attachment fixed background-size cover