【发布时间】:2015-12-01 04:24:12
【问题描述】:
我正在尝试在表格前面添加一个图标。
<div class="row">
<div class="col-xs-offset-8 col-xs-4">
<span class="fa fa-pencil pull-left"></span>
<table class="table table-condensed table-bordered">
<thead>
<th class="text-center">Date</th>
</thead>
<tbody>
<tr>
<td class="text-center">01/01/2015</td>
</tr>
</tbody>
</table>
</div>
我需要一支铅笔在表格左侧与“日期”在同一行 任何帮助将不胜感激
【问题讨论】:
标签: html twitter-bootstrap html-table icons