赋能案例 改为100条

This commit is contained in:
a0049873 2022-08-05 12:01:23 +08:00
parent 027a3a072d
commit a24b273809
1 changed files with 7 additions and 6 deletions

View File

@ -64,14 +64,14 @@
</div>
<div class="pagination">
<!-- 分页 -->
<span>{{ resourceTotal }}</span>
<!-- <span>{{ resourceTotal }}</span>
<a-pagination
v-model:current="currentPage"
v-model:pageSize="currentPageSize"
show-quick-jumper
:total="resourceTotal"
@change="pageChange"
/>
/> -->
</div>
</main>
</div>
@ -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;