正如你在这里看到的:http://jsfiddle.net/kralco626/3BYDu/
使用时,图标不会显示 display:inline
我该如何解决这个问题?
Hug*_*nte 11
使用ui-icon之前ui-icon-ICON和使用CSS display:inline-block应该正常工作
<span class="ui-icon ui-icon-home" style="display: inline-block"/>
Run Code Online (Sandbox Code Playgroud)
<table>
<thead>
<th>
<div style="float:left">My Header</div>
<div style="float:left" class="ui-icon ui-icon-triangle-1-n"></div>
</th>
</thead>
</table>
Run Code Online (Sandbox Code Playgroud)
编辑格式.
| 归档时间: |
|
| 查看次数: |
12296 次 |
| 最近记录: |