mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
feat:课程管理开课、学员管理、归属权、授权名单表格分页样式
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
</template>
|
||||
</template>
|
||||
</a-table>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -72,6 +73,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main_btns">
|
||||
<button class="btn1">取消</button>
|
||||
<button class="btn2">确定</button>
|
||||
@@ -338,6 +340,7 @@
|
||||
> td {
|
||||
background: #f6f9fd;
|
||||
}
|
||||
.tableBox{
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
@@ -350,6 +353,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main_btns {
|
||||
height: 72px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
onChange: onSelectChange,
|
||||
}"
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -89,6 +90,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="2" tab="添加组织" force-render>
|
||||
<div class="tab2">
|
||||
@@ -156,6 +158,7 @@
|
||||
onChange: onSelectChange1,
|
||||
}"
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -169,6 +172,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="3" tab="受众关联">
|
||||
<div class="tab1">
|
||||
@@ -237,6 +241,7 @@
|
||||
onChange: onSelectChange2,
|
||||
}"
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -249,6 +254,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</div>
|
||||
@@ -997,6 +1003,7 @@ export default {
|
||||
// align-items: center;
|
||||
// margin-top: -2px;
|
||||
// }
|
||||
.tableBox{
|
||||
.pa {
|
||||
// left: 0;
|
||||
margin-top: 15px;
|
||||
@@ -1015,6 +1022,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab2 {
|
||||
display: flex;
|
||||
|
||||
@@ -984,6 +984,7 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -996,6 +997,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 有数据表格 -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -1336,6 +1338,7 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -1352,6 +1355,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a-modal>
|
||||
<!--开课学员管理页面 -->
|
||||
<!--二维码页面 -->
|
||||
@@ -4635,6 +4639,7 @@ export default defineComponent({
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
.tableBox{
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
@@ -4652,6 +4657,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.stusmanageModal {
|
||||
.ant-modal {
|
||||
.ant-modal-content {
|
||||
@@ -4876,6 +4882,7 @@ export default defineComponent({
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.tableBox{
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
@@ -4894,6 +4901,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.coursewareDetail {
|
||||
.ant-modal {
|
||||
height: 320px;
|
||||
|
||||
Reference in New Issue
Block a user