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;
}
}
}
}

View File

@@ -77,6 +77,7 @@
onChange: onSelectChange,
}"
/>
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
@@ -88,6 +89,7 @@
class="pagination"
/>
</div>
</div>
</div>
</a-tab-pane>
<a-tab-pane key="2" tab="添加组织" force-render>
@@ -156,7 +158,8 @@
onChange: onSelectChange1,
}"
/>
<div class="pa">
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
@@ -167,6 +170,7 @@
class="pagination"
/>
</div>
</div>
</div>
</div>
</a-tab-pane>
@@ -237,7 +241,8 @@
onChange: onSelectChange2,
}"
/>
<div class="pa">
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
@@ -248,6 +253,7 @@
class="pagination"
/>
</div>
</div>
</div>
</a-tab-pane>
</a-tabs>
@@ -997,7 +1003,8 @@ export default {
// align-items: center;
// margin-top: -2px;
// }
.pa {
.tableBox{
.pa {
// left: 0;
margin-top: 15px;
width: 100%;
@@ -1014,6 +1021,7 @@ export default {
margin-bottom: 10px;
}
}
}
}
.tab2 {

View File

@@ -984,7 +984,8 @@
@expand="expandTable"
:pagination="false"
/>
<div class="pa">
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
@@ -995,6 +996,7 @@
class="pagination"
/>
</div>
</div>
</div>
<!-- 有数据表格 -->
</div>
@@ -1336,7 +1338,8 @@
@expand="expandTable"
:pagination="false"
/>
<div class="pa">
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
@@ -1347,6 +1350,7 @@
class="pagination"
/>
</div>
</div>
</div>
</div>
</div>
@@ -4635,7 +4639,8 @@ export default defineComponent({
justify-content: right;
}
}
.pa {
.tableBox{
.pa {
left: 0;
width: 100%;
// height: 20px;
@@ -4645,6 +4650,7 @@ export default defineComponent({
position: absolute;
bottom: 20px;
}
}
}
}
}
@@ -4876,7 +4882,8 @@ export default defineComponent({
cursor: pointer;
}
}
.pa {
.tableBox{
.pa {
left: 0;
width: 100%;
// height: 20px;
@@ -4886,6 +4893,7 @@ export default defineComponent({
position: absolute;
bottom: 20px;
}
}
}
}
}