From f49a00b890834cd0783e84e2f44eb5d127d536b8 Mon Sep 17 00:00:00 2001 From: 康凯 <kangk26@foxmail.com> Date: Mon, 23 May 2022 18:57:22 +0800 Subject: [PATCH] bug:页面内容过长,无法滚动查看更多 --- src/views/layout/listIndex.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/layout/listIndex.vue b/src/views/layout/listIndex.vue index cb1ee29..36c6a45 100644 --- a/src/views/layout/listIndex.vue +++ b/src/views/layout/listIndex.vue @@ -12,7 +12,7 @@ <mt-tabbar v-model="dataType" :fixed="true"> <mt-tab-item id="3">红色景区</mt-tab-item> <mt-tab-item id="1">红色记忆</mt-tab-item> - <mt-tab-item id="2">红色精神</mt-tab-item> + <mt-tab-item id="2">红色精神</mt-tab-item> <mt-tab-item id="4">红色人物</mt-tab-item> </mt-tabbar> </div> @@ -110,6 +110,7 @@ height: 75vh; background: #FFFFFF; border-radius: 10px 10px 0px 0px; + overflow-y: auto; position: relative; z-index: 5; @@ -121,7 +122,7 @@ } .mint-tabbar { - height: 10vh; + height: 45px; background: white; z-index: 9; } -- Gitblit v1.9.3