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