作者 吴孟雨
1 个管道 的构建 通过 耗费 1 秒

测试

... ... @@ -75,7 +75,7 @@
' </a>'
}
if(data.length === 0) {
html = '暂无数据'
html += '<div class="no-data">暂无数据</div>'
}
$(".section").html(html);
}
... ...
... ... @@ -4,7 +4,15 @@ body, html {
background-color: #f5f6fa;
}
.no-data {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #CCCCCC;
font-size: 0.3rem;
}
.head {
width: 100%;
height: 0.88rem;
... ...