2024/02/14 테이블 class 변경 및 input width 스타일 추가
This commit is contained in:
parent
87c34aae81
commit
9af3cd0ccb
@ -160,7 +160,7 @@ $(window).load(function() {
|
||||
<!-- //list_top -->
|
||||
|
||||
<!-- list -->
|
||||
<div class="list tbType01">
|
||||
<div class="tb_type01">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 6%">
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user