mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:课程管理 复制iconbug 新增项目学员学员管理无数据
This commit is contained in:
@@ -553,6 +553,9 @@
|
||||
onChange: onSelectChange,
|
||||
}"
|
||||
/>
|
||||
<div class="nostu" style="display:block;">
|
||||
<div class="nostuimg"></div>
|
||||
</div>
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
@@ -3912,6 +3915,16 @@ export default {
|
||||
> td {
|
||||
background: rgba(250, 250, 250, 1);
|
||||
}
|
||||
.nostu{
|
||||
width: 100%;
|
||||
.nostuimg{
|
||||
margin:75px auto;
|
||||
width: 412px;
|
||||
height:212px;
|
||||
background-image: url(@/assets/images/taskpage/nostu.png);
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
.pa {
|
||||
// left: 0;
|
||||
margin-top: 15px;
|
||||
|
||||
Reference in New Issue
Block a user