mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
标签页样式调整
This commit is contained in:
@@ -113,15 +113,15 @@
|
||||
</a-table>
|
||||
|
||||
<div class="tableBox">
|
||||
<div class="pagination-info" style="margin-bottom: 10px; text-align: center; color: #666;">
|
||||
<!-- <div class="pagination-info" style="margin-bottom: 10px; text-align: center; color: #666;">
|
||||
共 {{ tableDataTotal }} 条记录
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
v-if="tableDataTotal > 0"
|
||||
:showSizeChanger="false"
|
||||
:showQuickJumper="true"
|
||||
:hideOnSinglePage="true"
|
||||
:hideOnSinglePage="false"
|
||||
:pageSize="pageSize"
|
||||
v-model:current="searchParam.pageNo"
|
||||
:total="tableDataTotal"
|
||||
@@ -214,7 +214,7 @@
|
||||
v-if="courseTableTotal > 0"
|
||||
:showSizeChanger="false"
|
||||
:showQuickJumper="true"
|
||||
:hideOnSinglePage="true"
|
||||
:hideOnSinglePage="false"
|
||||
:pageSize="coursePageSize"
|
||||
v-model:current="courseSearchParam.pageNo"
|
||||
:total="courseTableTotal"
|
||||
|
||||
Reference in New Issue
Block a user