|
@@ -6,7 +6,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class='text-left nowrap' >用户</th>
|
|
|
- <th class='text-left nowrap' style="width: 50%">评论内容</th>
|
|
|
+ <th class='text-left ' style="width: 50%">评论内容</th>
|
|
|
<th class='text-left nowrap' >时间</th>
|
|
|
<th class="text-left nowrap">操作</th>
|
|
|
</tr>
|
|
@@ -21,7 +21,7 @@
|
|
|
用户昵称:{$vo.name|default='后台回复'}
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class='text-left nowrap'>{$vo.content|default=''}</td>
|
|
|
+ <td class='text-left '>{$vo.content|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.create_at|default=''}</td>
|
|
|
<td class='text-left' style="width: 20%">
|
|
|
<a data-title="回 复" class="layui-btn layui-btn-xs" data-modal='{:url("reply")}?id={$vo.id}'>回 复</a>
|