赋能案例 改为100条
This commit is contained in:
parent
027a3a072d
commit
a24b273809
|
@ -64,14 +64,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
<!-- 分页 -->
|
<!-- 分页 -->
|
||||||
<span>共{{ resourceTotal }}条</span>
|
<!-- <span>共{{ resourceTotal }}条</span>
|
||||||
<a-pagination
|
<a-pagination
|
||||||
v-model:current="currentPage"
|
v-model:current="currentPage"
|
||||||
v-model:pageSize="currentPageSize"
|
v-model:pageSize="currentPageSize"
|
||||||
show-quick-jumper
|
show-quick-jumper
|
||||||
:total="resourceTotal"
|
:total="resourceTotal"
|
||||||
@change="pageChange"
|
@change="pageChange"
|
||||||
/>
|
/> -->
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
orderField: 'create_date',
|
orderField: 'create_date',
|
||||||
orderType: 'DESC',
|
orderType: 'DESC',
|
||||||
pageNum: currentPage.value,
|
pageNum: currentPage.value,
|
||||||
pageSize: 3,
|
pageSize: 100,
|
||||||
type: '赋能案例',
|
type: '赋能案例',
|
||||||
}
|
}
|
||||||
pageWithAttrs(params).then((res) => {
|
pageWithAttrs(params).then((res) => {
|
||||||
|
@ -367,14 +367,15 @@
|
||||||
.content {
|
.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: space-around;
|
||||||
padding-top: 40px;
|
flex-wrap: wrap;
|
||||||
|
padding: 40px 300px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.contenBox {
|
.contenBox {
|
||||||
// width: 430px;
|
// width: 430px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border: 1px solid #e4e6f5;
|
border: 1px solid #e4e6f5;
|
||||||
margin-right: 30px;
|
margin-bottom: 20px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
box-shadow: 5px 5px 20px 0 #f2f3fb;
|
box-shadow: 5px 5px 20px 0 #f2f3fb;
|
||||||
|
|
Loading…
Reference in New Issue