mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
标签页样式调整
This commit is contained in:
@@ -113,10 +113,10 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
|
|
||||||
<div class="tableBox">
|
<div class="tableBox">
|
||||||
|
<div class="pagination-info" style="margin-bottom: 10px; text-align: center; color: #666;">
|
||||||
|
共 {{ tableDataTotal }} 条记录
|
||||||
|
</div>
|
||||||
<div class="pa">
|
<div class="pa">
|
||||||
<div class="pagination-info" style="margin-bottom: 10px; text-align: center; color: #666;">
|
|
||||||
共 {{ tableDataTotal }} 条记录
|
|
||||||
</div>
|
|
||||||
<a-pagination
|
<a-pagination
|
||||||
v-if="tableDataTotal > 0"
|
v-if="tableDataTotal > 0"
|
||||||
:showSizeChanger="false"
|
:showSizeChanger="false"
|
||||||
@@ -207,9 +207,9 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
|
|
||||||
<div class="course-pagination">
|
<div class="course-pagination">
|
||||||
<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;">-->
|
||||||
共 {{ courseTableTotal }} 条记录
|
<!-- 共 {{ courseTableTotal }} 条记录-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
<a-pagination
|
<a-pagination
|
||||||
v-if="courseTableTotal > 0"
|
v-if="courseTableTotal > 0"
|
||||||
:showSizeChanger="false"
|
:showSizeChanger="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user