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

View File

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

View File

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