- <style>
- </style>
- <table class="table table-striped table-bordered table-hover table-nowrap" width="50%">
- <tr>
- <td><b>时间</b></td>
- <td><b>详情</b></td>
- </tr>
- {foreach name='timeLine' item='a'}
- <tr>
- <td>{$a.time}</td>
- <td style="width: 80%;white-space: inherit;">
- {$a.content}
- </td>
- </tr>
- {/foreach}
- </table>
|