소스 검색

Merge branch 'version1.3.7' into test

zhangxc 5 년 전
부모
커밋
a1cf23e4ef
2개의 변경된 파일22개의 추가작업 그리고 1개의 파일을 삭제
  1. 17 0
      src/css/qcScore.less
  2. 5 1
      src/html/qcScore.html

+ 17 - 0
src/css/qcScore.less

@@ -566,6 +566,23 @@
     color: #aaa;
     color: #aaa;
   }
   }
 }
 }
+.empty2{
+  margin-top: 60px;
+  text-align: center;
+  height: 170px;
+  td{
+    width: 100%;
+  }
+  img{
+    width: 86px;
+  }
+  p{
+    // margin-top: 15px;
+    font-size: 12px;
+    text-indent: 10px;
+    color: #aaa;
+  }
+}
 .edit-box{
 .edit-box{
   p{
   p{
     margin-bottom: 10px;
     margin-bottom: 10px;

+ 5 - 1
src/html/qcScore.html

@@ -248,7 +248,11 @@
                 </thead>
                 </thead>
                 <tbody>
                 <tbody>
                     {{if JSON.stringify(data) == "{}"}}
                     {{if JSON.stringify(data) == "{}"}}
-                   
+                    <tr class="empty2">
+                        <td colspan="3" class=""> 
+                            <img src="../images/empty1.png" alt="空"/>
+                            <p>暂无信息~</p></td>
+                    </tr>
                     {{/if}}
                     {{/if}}
                 {{each(i,val) data}}
                 {{each(i,val) data}}
                 <tr><td colspan="3" class="slide-up">${i}</td></tr>
                 <tr><td colspan="3" class="slide-up">${i}</td></tr>