게시판리스트 제목 왼쪽정렬

master
DESKTOP-QGC5RJO\DBNT 2023-01-31 16:26:28 +09:00
parent cd2a667d96
commit c9a4cb7d4a
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
--> -->
<td th:text="${cnt.count}"></td> <td th:text="${cnt.count}"></td>
<td th:text="${plan.contentTitle}"></td> <td class="titleLeft" th:text="${plan.contentTitle}"></td>
<td th:text="${#temporals.format(plan.planDt, 'yyyy-MM-dd')}"></td> <td th:text="${#temporals.format(plan.planDt, 'yyyy-MM-dd')}"></td>
<th:block th:each="commonCode:${session.commonCode.get('OG')}"> <th:block th:each="commonCode:${session.commonCode.get('OG')}">
<td th:if="${plan.wrtOrgan eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></td> <td th:if="${plan.wrtOrgan eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></td>

View File

@ -114,7 +114,7 @@
<td><input type="checkbox" class="trChkBox"></td> <td><input type="checkbox" class="trChkBox"></td>
--> -->
<td th:text="${cnt.count}"></td> <td th:text="${cnt.count}"></td>
<td th:text="${result.resultTitle}"></td> <td class="titleLeft" th:text="${result.resultTitle}"></td>
<td th:text="${#strings.concat(#temporals.format(result.workStartDt, 'yyyy-MM-dd'), '~', #temporals.format(result.workEndDt, 'yyyy-MM-dd'))}"></td> <td th:text="${#strings.concat(#temporals.format(result.workStartDt, 'yyyy-MM-dd'), '~', #temporals.format(result.workEndDt, 'yyyy-MM-dd'))}"></td>
<th:block th:each="commonCode:${session.commonCode.get('OG')}"> <th:block th:each="commonCode:${session.commonCode.get('OG')}">
<td th:if="${result.wrtOrgan eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></td> <td th:if="${result.wrtOrgan eq commonCode.itemCd}" th:text="${commonCode.itemValue}"></td>

View File

@ -108,7 +108,7 @@
<tbody class="table-group-divider"> <tbody class="table-group-divider">
<tr class="designationTr" th:each="list,cnt:${mdList}"> <tr class="designationTr" th:each="list,cnt:${mdList}">
<td th:text="${cnt.count}"></td> <td th:text="${cnt.count}"></td>
<td th:text="${list.mdTitle}"></td> <td class="titleLeft" th:text="${list.mdTitle}"></td>
<td th:text="${list.mdDt}"></td> <td th:text="${list.mdDt}"></td>
<td th:text="${list.fileCnt eq null?'파일 없음':#strings.concat(list.fileCnt,' 건')}"></td> <td th:text="${list.fileCnt eq null?'파일 없음':#strings.concat(list.fileCnt,' 건')}"></td>
<td th:text="${list.wrtOrgan}"></td> <td th:text="${list.wrtOrgan}"></td>