feat:课程管理开课、学员管理、归属权、授权名单表格分页样式

This commit is contained in:
dongwug
2022-10-28 16:22:30 +08:00
parent c9f55712a6
commit 2b5602b770
3 changed files with 29 additions and 9 deletions

View File

@@ -59,7 +59,8 @@
</template>
</template>
</a-table>
<div class="pa">
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
@@ -70,6 +71,7 @@
class="pagination"
/>
</div>
</div>
</div>
</div>
<div class="main_btns">
@@ -338,7 +340,8 @@
> td {
background: #f6f9fd;
}
.pa {
.tableBox{
.pa {
left: 0;
width: 100%;
// height: 20px;
@@ -348,6 +351,7 @@
position: absolute;
bottom: 20px;
}
}
}
}