修改新闻显示的word-break 和 word-wrap

This commit is contained in:
ouyangxuhua 2015-09-17 11:42:18 +08:00
parent d5432a8464
commit d21dce566f
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
<style type="text/css">
span{
word-break:break-all;
word-wrap:break-word;
}
</style>
<%
btn_tips = l(:label_news_new)
label_tips = l(:label_news)