wupengfei 2 years ago
parent
commit
ffcd120377
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .idea/workspace.xml
  2. 2 2
      application/nutrition/view/video_comment/index.html

+ 1 - 1
.idea/workspace.xml

@@ -182,7 +182,7 @@
       <workItem from="1660697982291" duration="9650000" />
       <workItem from="1660730926670" duration="1018000" />
       <workItem from="1660783282150" duration="17421000" />
-      <workItem from="1660870368036" duration="4776000" />
+      <workItem from="1660870368036" duration="4800000" />
     </task>
     <servers />
   </component>

+ 2 - 2
application/nutrition/view/video_comment/index.html

@@ -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>