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