1
wctbok 2014-02-16 21:07:21 +08:00 1
table-layout: fixed
试试看 |
2
o618 OP @wctbok 还是不行,代码如下:
<table class="ui-content"> {% for topic in hot_topics %} <tr class="topic-item"> <td><a href="/u/{{ topic.author_username }}"> <img style="max-width: 24px;max-height: 24px;" src="/static/avatar/s_{{ topic.author_avatar or 'default.png' }}" alt="" class="avatar" /> </a></td> <td class="title"> <a href="/t/{{ topic.id }}#reply{{ topic.reply_count or 0 }}">{{ topic.title }}</a> </td> </tr> {% endfor %} </table> |
3
o618 OP 发现英文字符等才会溢出,中文不会
|
4
loading 2014-02-16 21:32:09 +08:00 via iPhone
检查下字体,看下浏览器的最小字体
|
6
learnshare 2014-02-16 22:32:51 +08:00
我可能遇到过这个问题,解决方法:包含文字的元素 display 不要是 block
|
7
1423 2014-02-16 22:36:18 +08:00
虽然不知道有没有关系。。不过你用没用 mactype ?用了的话试试关掉对 chrome 的
|