Commit 29a9375121bff24d631e1e65a0c8dc6332d88eb5
1 parent
71cbccbb
查看投票结果
Showing
1 changed file
with
7 additions
and
3 deletions
setting.html
... | ... | @@ -58,9 +58,13 @@ |
58 | 58 | </div> |
59 | 59 | </div> |
60 | 60 | </div> |
61 | - | |
62 | - <div> | |
63 | - <table style="margin-top: 50px;"> | |
61 | + <ul class="main" style="margin-top: 50px;"> | |
62 | + <li> | |
63 | + <span onclick="setting.itemVoteList()">查看投票结果</span> | |
64 | + </li> | |
65 | + </ul> | |
66 | + <div style="margin-left: 15px;"> | |
67 | + <table> | |
64 | 68 | <tr> |
65 | 69 | <th>名次</th> |
66 | 70 | <th>节目名称</th> | ... | ... |