From 019990450fa60b31f3a055a4e1f3fc7609843291 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Mon, 17 Jan 2022 02:22:52 +0800 Subject: [PATCH] Aplayer/全局键盘监听 --- src/components/group/articleListScorll.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/group/articleListScorll.vue b/src/components/group/articleListScorll.vue index 06d363b..d8e2c19 100644 --- a/src/components/group/articleListScorll.vue +++ b/src/components/group/articleListScorll.vue @@ -8,10 +8,12 @@ <a-spin /> </div> </div> - <div style="position:fixed;bottom: 10px;" id="dddadf"> - <a-pagination @change="onChange" :showQuickJumper="true" :size="size" v-model="current" - :defaultPageSize="pageSize" :total="total" /> - </div> + <a-row type="flex" justify="center"> + <div style="position:fixed;bottom: 10px;" id="dddadf"> + <a-pagination @change="onChange" :showQuickJumper="true" :size="size" v-model="current" + :defaultPageSize="pageSize" :total="total" /> + </div> + </a-row> <a-back-top> <a-icon type="up" />回到顶部 </a-back-top> @@ -68,7 +70,7 @@ }; }, beforeMount() { - this.data = [obj1, obj2,obj3]; + this.data = [obj1, obj2,obj3,obj2]; }, methods: { onChange(current) { -- Gitblit v1.9.1