fixed issue 1013,“奖励方式”未对非汉字类型进行自动换行处理

course_group
hhuai 11 years ago
parent b34e74bd1c
commit 0cbcaa88e8

@ -21,7 +21,7 @@
<table border="0">
<tr>
<td>
<strong><%= l(:label_contests_reward_method) %>:&nbsp;&nbsp;<span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= contest.budget%></span></strong>
<strong><%= l(:label_contests_reward_method) %>:&nbsp;&nbsp;<span style="word-break: break-all; color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= contest.budget%></span></strong>
</td>
</tr>

Loading…
Cancel
Save