Commit 9a1e3ce99488b3ff3c439871b7c52983e845e2bd

Authored by liwei2917
1 parent 3e5cdf59

话题审核页面展示形式修改

src/main/resources/templates/page/topic.html
@@ -172,23 +172,23 @@ @@ -172,23 +172,23 @@
172 <div class="th-inner ">话题ID</div> 172 <div class="th-inner ">话题ID</div>
173 <div class="fht-cell"></div> 173 <div class="fht-cell"></div>
174 </th> 174 </th>
175 - <th style="text-align: center; width: 6%; " 175 + <th style="text-align: center; width: 4%; "
176 data-field="topic_user_name" tabindex="0"> 176 data-field="topic_user_name" tabindex="0">
177 <div class="th-inner ">sp名称</div> 177 <div class="th-inner ">sp名称</div>
178 <div class="fht-cell"></div> 178 <div class="fht-cell"></div>
179 </th> 179 </th>
180 - <th style="text-align: center; width: 6%; " data-field="topic_user_ip" 180 + <th style="text-align: center; width: 5%; " data-field="topic_user_ip"
181 tabindex="0"> 181 tabindex="0">
182 <div class="th-inner ">话题图片</div> 182 <div class="th-inner ">话题图片</div>
183 <div class="fht-cell"></div> 183 <div class="fht-cell"></div>
184 </th> 184 </th>
185 - <th style="text-align: center; width: 14%; " 185 + <th style="text-align: center; width: 16%; "
186 data-field="topic_user_avatar" tabindex="0"> 186 data-field="topic_user_avatar" tabindex="0">
187 <div class="th-inner ">话题标题 187 <div class="th-inner ">话题标题
188 </div> 188 </div>
189 <div class="fht-cell"></div> 189 <div class="fht-cell"></div>
190 </th> 190 </th>
191 - <th style="text-align: center; width: 10%; " data-field="topic_user_ip" 191 + <th style="text-align: center; width: 20%; " data-field="topic_user_ip"
192 tabindex="0"> 192 tabindex="0">
193 <div class="th-inner ">话题描述</div> 193 <div class="th-inner ">话题描述</div>
194 <div class="fht-cell"></div> 194 <div class="fht-cell"></div>
@@ -211,7 +211,7 @@ @@ -211,7 +211,7 @@
211 <div class="fht-cell"></div> 211 <div class="fht-cell"></div>
212 </th> 212 </th>
213 213
214 - <th style="text-align: center; width: 10%; " data-field="is_hot_name" 214 + <th style="text-align: center; width: 8%; " data-field="is_hot_name"
215 tabindex="0"> 215 tabindex="0">
216 <div class="th-inner ">审核消息</div> 216 <div class="th-inner ">审核消息</div>
217 <div class="fht-cell"></div> 217 <div class="fht-cell"></div>
@@ -226,7 +226,7 @@ @@ -226,7 +226,7 @@
226 <div class="th-inner ">话题送审时间</div> 226 <div class="th-inner ">话题送审时间</div>
227 <div class="fht-cell"></div> 227 <div class="fht-cell"></div>
228 </th> 228 </th>
229 - <th style="text-align: center; width: 16%; " data-field="action" 229 + <th style="text-align: center; width: 8%; " data-field="action"
230 tabindex="0"> 230 tabindex="0">
231 <div class="th-inner ">操作 231 <div class="th-inner ">操作
232 </div> 232 </div>
@@ -252,11 +252,13 @@ @@ -252,11 +252,13 @@
252 th:src="@{${topic.topic_image}}" width="60px" height="60px" 252 th:src="@{${topic.topic_image}}" width="60px" height="60px"
253 alt="话题图片" th:if="${topic.topic_image!=null and topic.topic_image!=''}"></div> 253 alt="话题图片" th:if="${topic.topic_image!=null and topic.topic_image!=''}"></div>
254 </td> 254 </td>
255 - <td style="text-align: center; vertical-align:middle; width: 14%;"  
256 - th:text="${topic.title}">优秀传统文化与现代幼儿教育 教师研修班 255 + <td style="text-align: center; vertical-align:middle; ">
  256 + <textarea class="form-control" name="title" cols="50" rows="3"
  257 + id="title" th:text="${topic.title}">优秀传统文化与现代幼儿教育 教师研修班</textarea>
257 </td> 258 </td>
258 - <td style="text-align: center; vertical-align:middle; width: 10%;"  
259 - th:text="${topic.topic_text}">优秀传统文化与现代幼儿教育 教师研修班 259 + <td style="text-align: center; vertical-align:middle; ">
  260 + <textarea class="form-control" name="title_text" cols="50" rows="3"
  261 + id="title_text" th:text="${topic.topic_text}">优秀传统文化与现代幼儿教育 教师研修班</textarea>
260 </td> 262 </td>
261 <td style="text-align: center; vertical-align:middle; width: 3%;"> 263 <td style="text-align: center; vertical-align:middle; width: 3%;">
262 <span th:if="${topic.shenhe_type==1}">免审</span> 264 <span th:if="${topic.shenhe_type==1}">免审</span>