From b34a27d7c49aa1a1d694cf3cf6f3062c46e61c3a Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 31 Dec 2021 10:31:48 +0800 Subject: [PATCH 1/3] css_bug --- src/pages/information/contentManage/contentList.vue | 12 ++---------- src/pages/information/contentManage/index.vue | 3 ++- src/pages/information/list/index.vue | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/pages/information/contentManage/contentList.vue b/src/pages/information/contentManage/contentList.vue index e57a9a9..62d8041 100644 --- a/src/pages/information/contentManage/contentList.vue +++ b/src/pages/information/contentManage/contentList.vue @@ -96,13 +96,10 @@ export default { this.$get(`${this.api.queryArticleByCondition}/${this.pageNo}/${this.pageSize}`, data).then(res => { this.listData = res.articleList; this.totals = res.total; - // 测试中。。。以下可删 + for(let i=0; i<9; i++) { - this.listData.push(res.articleList[0]) + this.listData.push(this.listData[0]) } - - console.log(res) - if (!this.listData.length && this.totals) { this.pageNo--; @@ -216,9 +213,4 @@ export default { .off + span { display: none; } - -.page-content { - height: 67vh; - overflow: auto!important; -} \ No newline at end of file diff --git a/src/pages/information/contentManage/index.vue b/src/pages/information/contentManage/index.vue index 4031e8a..80cef3d 100644 --- a/src/pages/information/contentManage/index.vue +++ b/src/pages/information/contentManage/index.vue @@ -85,10 +85,11 @@ export default {