浏览代码

投票页面

zhengjinyi 1 年之前
父节点
当前提交
ab15663436

+ 1 - 1
src/main/resources/static/css/activity/activity-vote.css

@@ -37,7 +37,7 @@
  .t_vote_list .t_vote_content_name{ width: 100%;height: 40px;line-height: 40px;}
  .t_vote_list .t_vote_content_name p{ font-size: 18px;color: #333333;font-weight: bold;}
  .t_vote_list .t_vote_content_text { width: 100%;height: auto;}
- .t_vote_list .t_vote_content_text p{ width: 100%;line-height: 22px;font-size: 12px;color: #999;}
+ .t_vote_list .t_vote_content_text p{ width: 100%;line-height: 22px;font-size: 14px;color: #999;}
  .t_vote_list .t_vote_new{width: 140px;padding-left: 20px;text-align: center;}
  .t_vote_list .t_vote_new .t_vote_num{width: 100%;height: 40px;}
  .t_vote_list .t_vote_new .t_vote_num p{font-size: 14px;color: #666666;line-height: 40px;}

+ 1 - 1
src/main/resources/templates/activity/activityVote.html

@@ -89,7 +89,7 @@
                 </el-table-column>
                 <el-table-column label="操作" align="center">
                     <template slot-scope="{row}">
-                        <el-button type="primary" round @click="handleVote(2,row.id)">投票</el-button>
+                        <el-button type="primary" round @click="handleVote(2,row.id)">我要投票</el-button>
                     </template>
                 </el-table-column>
             </el-table>