wupengfei il y a 2 ans
Parent
commit
3f4d8ac288
2 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 1 3
      .idea/workspace.xml
  2. 2 2
      application/operate/view/forum_report/form.html

+ 1 - 3
.idea/workspace.xml

@@ -3,8 +3,6 @@
   <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/api/controller/Qc.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Qc.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/ForumReport.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/ForumReport.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/operate/view/forum_report/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/forum_report/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -201,7 +199,7 @@
       <workItem from="1670201125142" duration="9015000" />
       <workItem from="1670287594399" duration="11535000" />
       <workItem from="1670461023846" duration="27678000" />
-      <workItem from="1670547445908" duration="4956000" />
+      <workItem from="1670547445908" duration="5023000" />
     </task>
     <servers />
   </component>

+ 2 - 2
application/operate/view/forum_report/form.html

@@ -5,14 +5,14 @@
         <div class="layui-row margin-bottom-15">
             <label class="layui-col-xs2 think-form-label">举报标题:</label>
             <label class="layui-col-xs10">
-               <input value="{$vo.title}" class="layui-input"/>
+               <input value="{$vo.title}" class="layui-input" />
             </label>
         </div>
 
         <div class="layui-row margin-bottom-15">
             <label class="layui-col-xs2 think-form-label">回复内容:</label>
             <label class="layui-col-xs10">
-                <textarea name="reply" rows="10" cols="100">{$vo.reply|default=''}</textarea>
+                <textarea name="reply" rows="10" cols="102">{$vo.reply|default=''}</textarea>
             </label>
         </div>