标签页样式调整

This commit is contained in:
670788339
2025-11-03 10:11:30 +08:00
parent 65f5c0398b
commit 7dfbf0fdec

View File

@@ -113,15 +113,15 @@
</a-table> </a-table>
<div class="tableBox"> <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 }} 条记录 {{ tableDataTotal }} 条记录
</div> </div>-->
<div class="pa"> <div class="pa">
<a-pagination <a-pagination
v-if="tableDataTotal > 0" v-if="tableDataTotal > 0"
:showSizeChanger="false" :showSizeChanger="false"
:showQuickJumper="true" :showQuickJumper="true"
:hideOnSinglePage="true" :hideOnSinglePage="false"
:pageSize="pageSize" :pageSize="pageSize"
v-model:current="searchParam.pageNo" v-model:current="searchParam.pageNo"
:total="tableDataTotal" :total="tableDataTotal"
@@ -214,7 +214,7 @@
v-if="courseTableTotal > 0" v-if="courseTableTotal > 0"
:showSizeChanger="false" :showSizeChanger="false"
:showQuickJumper="true" :showQuickJumper="true"
:hideOnSinglePage="true" :hideOnSinglePage="false"
:pageSize="coursePageSize" :pageSize="coursePageSize"
v-model:current="courseSearchParam.pageNo" v-model:current="courseSearchParam.pageNo"
:total="courseTableTotal" :total="courseTableTotal"