@@ -566,6 +566,23 @@
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{
p{
margin-bottom: 10px;
@@ -248,7 +248,11 @@
</thead>
<tbody>
{{if JSON.stringify(data) == "{}"}}
-
+ <tr class="empty2">
+ <td colspan="3" class="">
+ <img src="../images/empty1.png" alt="空"/>
+ <p>暂无信息~</p></td>
+ </tr>
{{/if}}
{{each(i,val) data}}
<tr><td colspan="3" class="slide-up">${i}</td></tr>