Commit b84e251f08581d1d821d88b403e0b789a4bb81b6

Authored by 程雨佳
1 parent 5cf4dea4

修改样式

Showing 1 changed file with 1 additions and 3 deletions
setting.html
... ... @@ -64,14 +64,12 @@
64 64 </li>
65 65 </ul>
66 66 <div style="margin-left: 15px;">
67   - <table>
  67 + <table z-for-container = "item_vote">
68 68 <tr>
69 69 <th>名次</th>
70 70 <th>节目名称</th>
71 71 <th>投票数量</th>
72 72 </tr>
73   - </table>
74   - <table z-for-container = "item_vote">
75 73 <tr z-for-item = "item_vote_list">
76 74 <td z-for-data = "id"></td>
77 75 <td z-for-data = "item_name"></td>
... ...