From 2024d834e603ab16017dc3474d1a0dd3cc48f1da Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Mon, 3 Apr 2023 18:20:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/04/03=20-18:20:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/public.scss | 2 +- src/components/IndexList.vue | 13 ++++-------- src/views/index/allSections/AllSections.vue | 23 ++++++++++++++++++--- src/views/index/collect/Collect.vue | 16 ++++++++++++++ src/views/index/recommend/Recommend.vue | 18 +++++++++++++++- 5 files changed, 58 insertions(+), 14 deletions(-) diff --git a/src/assets/css/public.scss b/src/assets/css/public.scss index 8ad1ded..3d79fc2 100755 --- a/src/assets/css/public.scss +++ b/src/assets/css/public.scss @@ -229,4 +229,4 @@ section { } } -} \ No newline at end of file +} diff --git a/src/components/IndexList.vue b/src/components/IndexList.vue index 8e1f7f8..61ad05f 100755 --- a/src/components/IndexList.vue +++ b/src/components/IndexList.vue @@ -18,11 +18,11 @@
-
1552
+
{{ item.views }}
-
12
+
{{ item.replies }}
@@ -60,14 +60,9 @@ --> - --> diff --git a/src/views/index/allSections/AllSections.vue b/src/views/index/allSections/AllSections.vue index faaec60..c7f715b 100755 --- a/src/views/index/allSections/AllSections.vue +++ b/src/views/index/allSections/AllSections.vue @@ -22,7 +22,7 @@ -
+
@@ -130,9 +130,9 @@ export default { document.body.scrollTop = 0; }) }, - + // 点击页数 - currentChange(){ + currentChange() { this.getInvitationList() }, @@ -277,4 +277,21 @@ export default { } } } + + +.paging { + margin-top: .48rem; + + ::v-deep { + .el-pagination.is-background .el-pager li:not(.disabled).active { + background: rgba(98, 177, 255, 1); + border-radius: 50%; + } + + .el-pagination .btn-next .el-icon, + .el-pagination .btn-prev .el-icon { + font-size: .4rem; + } + } +} \ No newline at end of file diff --git a/src/views/index/collect/Collect.vue b/src/views/index/collect/Collect.vue index ba34d48..78e8d75 100755 --- a/src/views/index/collect/Collect.vue +++ b/src/views/index/collect/Collect.vue @@ -308,4 +308,20 @@ export default { } } } + +.paging { + margin-top: .48rem; + + ::v-deep { + .el-pagination.is-background .el-pager li:not(.disabled).active { + background: rgba(98, 177, 255, 1); + border-radius: 50%; + } + + .el-pagination .btn-next .el-icon, + .el-pagination .btn-prev .el-icon { + font-size: .4rem; + } + } +} diff --git a/src/views/index/recommend/Recommend.vue b/src/views/index/recommend/Recommend.vue index 1a71122..2e57b0d 100755 --- a/src/views/index/recommend/Recommend.vue +++ b/src/views/index/recommend/Recommend.vue @@ -49,4 +49,20 @@ export default { } - \ No newline at end of file + \ No newline at end of file