表格扩展typo/table/table-more
圆角
| 序号 | 项目名称 | 项目地址 |
|---|---|---|
| 1 | TealUI | http://tealui.com |
| 2 | TealLang | http://teallang.com |
<table class="x-table x-table-rounded">
<tr>
<th>序号</th>
<th>项目名称</th>
<th>项目地址</th>
</tr>
<tr>
<th>1</th>
<td>TealUI</td>
<td>http://tealui.com</td>
</tr>
<tr>
<th>2</th>
<td>TealLang</td>
<td>http://teallang.com</td>
</tr>
</table>