Sfoglia il codice sorgente

首页样式优化

RongCheng
庞东旭 1 anno fa
parent
commit
bc6d1c8739
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      index.html

+ 3
- 3
index.html Vedi File

@@ -277,7 +277,7 @@
<tr>
<td>项目名称</td>
<td>转出价格</td>
<td>转出方</td>
<!-- <td>转出方</td>-->
<td>报名结束</td>
<td>竞价结束</td>
<td>地址</td>
@@ -308,10 +308,10 @@
{{# value.projectName}}
</td>
<td>{{# value.price}}{{# value.unit}}</td>
<td>{{# value.outName}}</td>
<!-- <td>{{# value.outName}}</td>-->
<td>{{# value.signupStopTime}}</td>
<td>{{# value.biddingStopTime}}</td>
<td>{{# value.locationName}}</td>
<td style="text-align: left;">{{# value.locationName}}</td>
</tr>
{{/each}}
</script>


Caricamento…
Annulla
Salva