Commit f5bc9a70e1460440f0177ba7d19a9ed806c4f279
1 parent
9a1e3ce9
修改话题列表页样式
Showing
1 changed file
with
7 additions
and
7 deletions
src/main/resources/templates/page/topic.html
| @@ -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: 8%; " data-field="action" | 229 | + <th style="text-align: center; width: 6%; " data-field="action" |
| 230 | tabindex="0"> | 230 | tabindex="0"> |
| 231 | <div class="th-inner ">操作 | 231 | <div class="th-inner ">操作 |
| 232 | </div> | 232 | </div> |
| @@ -252,13 +252,13 @@ | @@ -252,13 +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; "> | ||
| 256 | - <textarea class="form-control" name="title" cols="50" rows="3" | ||
| 257 | - id="title" th:text="${topic.title}">优秀传统文化与现代幼儿教育 教师研修班</textarea> | 255 | + <td style="text-align: center; vertical-align:middle; " th:text="${topic.title}"> |
| 256 | +<!-- <textarea class="form-control" name="title" cols="50" rows="3" --> | ||
| 257 | +<!-- id="title" th:text="${topic.title}">优秀传统文化与现代幼儿教育 教师研修班</textarea> --> | ||
| 258 | </td> | 258 | </td> |
| 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> | 259 | + <td style="text-align: center; vertical-align:middle; " th:text="${topic.topic_text}"> |
| 260 | +<!-- <textarea class="form-control" name="title_text" cols="50" rows="3" --> | ||
| 261 | +<!-- id="title_text" th:text="${topic.topic_text}">优秀传统文化与现代幼儿教育 教师研修班</textarea> --> | ||
| 262 | </td> | 262 | </td> |
| 263 | <td style="text-align: center; vertical-align:middle; width: 3%;"> | 263 | <td style="text-align: center; vertical-align:middle; width: 3%;"> |
| 264 | <span th:if="${topic.shenhe_type==1}">免审</span> | 264 | <span th:if="${topic.shenhe_type==1}">免审</span> |