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

测试

@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 ' </a>' 75 ' </a>'
76 } 76 }
77 if(data.length === 0) { 77 if(data.length === 0) {
78 - html = '暂无数据' 78 + html += '<div class="no-data">暂无数据</div>'
79 } 79 }
80 $(".section").html(html); 80 $(".section").html(html);
81 } 81 }
@@ -4,7 +4,15 @@ body, html { @@ -4,7 +4,15 @@ body, html {
4 background-color: #f5f6fa; 4 background-color: #f5f6fa;
5 5
6 } 6 }
7 - 7 +.no-data {
  8 + width: 100%;
  9 + height: 100%;
  10 + display: flex;
  11 + align-items: center;
  12 + justify-content: center;
  13 + color: #CCCCCC;
  14 + font-size: 0.3rem;
  15 +}
8 .head { 16 .head {
9 width: 100%; 17 width: 100%;
10 height: 0.88rem; 18 height: 0.88rem;