mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
推荐的分页调整
This commit is contained in:
@@ -50,10 +50,10 @@
|
|||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
</div>
|
<div class="pa" style="display: flex;justify-content: flex-end;margin-top: 40px;">
|
||||||
<div class="pa">
|
<a-pagination :pageSize="searchData.pageSize" :current="searchData.pageIndex" :total="state.total"
|
||||||
<a-pagination :pageSize="searchData.pageSize" :current="searchData.pageIndex" :total="state.total"
|
class="pagination" @change="handelChangePage" show-size-changer show-quick-jumper />
|
||||||
class="pagination" @change="handelChangePage" show-size-changer show-quick-jumper />
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<InitiateRecommend v-model:visible="newNext" :title="添加案例"></InitiateRecommend>
|
<InitiateRecommend v-model:visible="newNext" :title="添加案例"></InitiateRecommend>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user