From db2f5ec6d7eeff6d7cc67a846be6e22cf3636edc Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Mon, 23 May 2022 19:06:04 +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 da552b1..36c6a45 100644
--- a/src/views/layout/listIndex.vue
+++ b/src/views/layout/listIndex.vue
@@ -10,9 +10,9 @@
       </transition>
     </div>
     <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="3">红色景区</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