|
@@ -7,12 +7,12 @@
|
|
|
{notempty name='list'}
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class='text-left nowrap'>头像</th>
|
|
|
- <th class='text-left nowrap'>姓名</th>
|
|
|
- <th class='text-left nowrap'>手机号</th>
|
|
|
- <th class='text-left nowrap'>个人简介</th>
|
|
|
- <th class='text-left nowrap'>注册时间</th>
|
|
|
- <th class="text-center">操作</th>
|
|
|
+ <th class='text-left nowrap' style="width: 10%">头像</th>
|
|
|
+ <th class='text-left nowrap' style="width: 15%">姓名</th>
|
|
|
+ <th class='text-left nowrap' style="width: 15%">手机号</th>
|
|
|
+ <th class='text-left nowrap' style="width: 20%">个人简介</th>
|
|
|
+ <th class='text-left nowrap' style="width: 20%">注册时间</th>
|
|
|
+ <th class="text-center" style="width: 20%">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
{/notempty}
|