feat:课程管理 复制iconbug 新增项目学员学员管理无数据

This commit is contained in:
dongwug
2022-10-26 15:49:03 +08:00
parent 26ce427e31
commit d88698f2d7
3 changed files with 16 additions and 196 deletions

View File

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