diff --git a/src/assets/styles/style.css b/src/assets/styles/style.css index d5a0c28..078ef3d 100644 --- a/src/assets/styles/style.css +++ b/src/assets/styles/style.css @@ -7,15 +7,16 @@ input:focus,button:focus,textarea:focus { } html,body { width: 100%; - height: 100%; - overflow-y: scroll; + height: auto; + /*overflow-y: scroll;*/ + position: relative; -webkit-overflow-scrolling : touch; background:rgba(243,243,243,1); } #app { width: 100%; - height: 100%; + height: auto; } .m-page { diff --git a/src/components/nav-bottom.vue b/src/components/nav-bottom.vue index 8a07571..4d4adea 100644 --- a/src/components/nav-bottom.vue +++ b/src/components/nav-bottom.vue @@ -54,7 +54,7 @@ font-weight:400; display: block; } -a.active { +.router-bottom a.active { color: #29B079; } \ No newline at end of file diff --git a/src/view/home.vue b/src/view/home.vue index 00f98d6..13fd95e 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -1,7 +1,8 @@