From a24b2738092662c7a3ead0d02ee9554ec40a6d76 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 5 Aug 2022 12:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=8B=E8=83=BD=E6=A1=88=E4=BE=8B=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA100=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/assignCase/components/queryPage.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/front/src/views/assignCase/components/queryPage.vue b/front/src/views/assignCase/components/queryPage.vue index 0a2f1052..3de479c6 100644 --- a/front/src/views/assignCase/components/queryPage.vue +++ b/front/src/views/assignCase/components/queryPage.vue @@ -64,14 +64,14 @@ @@ -215,7 +215,7 @@ orderField: 'create_date', orderType: 'DESC', pageNum: currentPage.value, - pageSize: 3, + pageSize: 100, type: '赋能案例', } pageWithAttrs(params).then((res) => { @@ -367,14 +367,15 @@ .content { width: 100%; display: flex; - justify-content: center; - padding-top: 40px; + justify-content: space-around; + flex-wrap: wrap; + padding: 40px 300px 0; overflow: hidden; .contenBox { // width: 430px; padding: 30px; border: 1px solid #e4e6f5; - margin-right: 30px; + margin-bottom: 20px; background: #ffffff; border-radius: 6px; box-shadow: 5px 5px 20px 0 #f2f3fb;