From b505f3648a10dd998ae9fe7a6edb1bf125d7d6a6 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 21 Jan 2022 01:51:33 +0800 Subject: [PATCH] 主页结构调整 --- src/components/group/articleListScorll.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/group/articleListScorll.vue b/src/components/group/articleListScorll.vue index a0f173c..a2f63dd 100644 --- a/src/components/group/articleListScorll.vue +++ b/src/components/group/articleListScorll.vue @@ -15,9 +15,7 @@ :defaultPageSize="pageSize" :total="total" /> </div> </a-row> - <a-back-top> - <a-icon type="up" />回到顶部 - </a-back-top> + </div> </template> <script> @@ -88,7 +86,7 @@ console.log(this.current); console.log(this.busy); - if (data.length > 15) { + if (data.length > 3) { this.$message.warning('没有更多了'); this.busy = true; this.loading = false; -- Gitblit v1.9.1