2024/01/29 마이페이지 자료 없을때 colspan 수정

This commit is contained in:
kmg 2024-01-29 12:34:20 +09:00
parent 1566f8e533
commit ee42c4abb9

View File

@ -159,7 +159,7 @@ function chkDelete(){
</tr> </tr>
</c:forEach> </c:forEach>
<c:if test="${empty list}"> <c:if test="${empty list}">
<tr><td colspan="3"><spring:message code="common.nodata.msg" /></td></tr> <tr><td colspan="4"><spring:message code="common.nodata.msg" /></td></tr>
</c:if> </c:if>
</tbody> </tbody>
</table> </table>