신청과정이 아무것도 없을 때 표 깨짐

This commit is contained in:
lch 2021-06-30 01:20:38 +00:00
parent 954cc2228f
commit 6a1df7df9c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
}
@if (Model.PIs.Count() < 1)
{
<tr><th colspan="3" style="text-align: center; padding: 20px;">- 신청중인 강좌가 없습니다.</th></tr>
<tr><th colspan="2" style="text-align: center; padding: 20px;">- 신청중인 강좌가 없습니다.</th></tr>
}
</tbody>
</table>