重构首页自适应布局
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
<view class="no-more" v-if="noMoreData && noticeList.length">没有更多通知了</view>
|
||||
<view class="empty" v-if="noticeList.length === 0 && !loading">
|
||||
暂无通知
|
||||
<!-- <button class="refresh-btn" @click="loadNotices">刷新试试</button> -->
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
@@ -207,6 +206,7 @@ page {
|
||||
text-align: center;
|
||||
padding: 20rpx;
|
||||
color: #999;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.empty {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user