From 45237a5746e794060e48bd172161c08660621d5c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 08 八月 2023 17:21:18 +0800
Subject: [PATCH] 登陆缓存 样式调整

---
 pages/tabBar/notice/notice.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/tabBar/notice/notice.vue b/pages/tabBar/notice/notice.vue
index d1b723f..c53cff8 100644
--- a/pages/tabBar/notice/notice.vue
+++ b/pages/tabBar/notice/notice.vue
@@ -267,7 +267,7 @@
       },
       lower: function(e) {
         if (this.data.pageIndex * this.data.pageSize >= this.total){
-          uni.$u.toast('已加载全部数据')
+          // uni.$u.toast('已加载全部数据')
           return
         }
         //并且让页码+1,调用获取数据的方法获取第二页数据
@@ -422,7 +422,7 @@
 
 .noticeList{
   margin-top: 12px;
-  height: calc(100vh - 266px);
+  height: calc(100vh - 286px);
   overflow: hidden;
   overflow-y: scroll;
 }
@@ -436,7 +436,7 @@
   border-radius: 5px;
   box-shadow: 0 3px 12px rgba(0,0,0,0.05);
   height: 100%;
-  margin-bottom: 30px;
+  // margin-bottom: 30px;
 }
 .itemContent{
 	font-size: 16px;

--
Gitblit v1.9.2