wupengfei 2 tahun lalu
induk
melakukan
50b4514ef3

+ 2 - 1
.idea/workspace.xml

@@ -3,6 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_comment/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_comment/form.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_comment/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_comment/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -182,7 +183,7 @@
       <workItem from="1660697982291" duration="9650000" />
       <workItem from="1660730926670" duration="1018000" />
       <workItem from="1660783282150" duration="17421000" />
-      <workItem from="1660870368036" duration="4800000" />
+      <workItem from="1660870368036" duration="4847000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/nutrition/view/video_comment/form.html

@@ -5,7 +5,7 @@
         <div class="layui-row margin-bottom-15">
             <label class="layui-col-xs2 think-form-label">回复内容:</label>
             <label class="layui-col-xs10">
-                <textarea name="content" rows="10" cols="100">{$vo.content|default=''}</textarea>
+                <textarea name="content" rows="10" cols="100"></textarea>
             </label>
         </div>
         <input type="hidden" name="video_id" value="{$vo.video_id|default=0}">

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

@@ -6,7 +6,7 @@
         <thead>
         <tr>
             <th class='text-left nowrap' >用户</th>
-            <th class='text-left ' style="width: 50%">评论内容</th>
+            <th class='text-left ' style="width: 60%">评论内容</th>
             <th class='text-left nowrap' >时间</th>
             <th class="text-left nowrap">操作</th>
         </tr>