2024/02/14 테이블 class 변경 및 input width 스타일 추가

This commit is contained in:
kmg 2024-02-14 12:54:06 +09:00
parent 87c34aae81
commit 9af3cd0ccb
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ $(window).load(function() {
<!-- //list_top -->
<!-- list -->
<div class="list tbType01">
<div class="tb_type01">
<table>
<colgroup>
<col style="width: 6%">

View File

@ -149,7 +149,7 @@ function fileUploadPopup(){
<tr>
<th><span class="reqArea">내용</span></th>
<td>
<input type="text" name="content" value="<c:out value='${fmsFileList[0].content}' />" title="content" maxlength="100" />
<input type="text" style="width: 95%" name="content" value="<c:out value='${fmsFileList[0].content}' />" title="content" maxlength="100" />
</td>
</tr>
<tr>