This commit is contained in:
myname 2024-02-14 15:45:20 +09:00
commit 29bb79a121
5 changed files with 9 additions and 5 deletions

View File

@ -231,7 +231,7 @@ function fn_egov_regist_preview() {
</span>
<c:out value="${msgNttSj}" />
</th>
<td colspan="3">
<td colspan="3" class="tite_in">
<form:input path="nttSj" title="${msgNttSj}" />
<form:errors path="nttSj" />
</td>

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>

View File

@ -26,6 +26,7 @@ $(document).ready(function (){
//웹접근성>알림판 aria 속성 삭제
$(".swiper-slide").removeAttr("aria-label");
$(".swiper-slide").removeAttr("role");
});

View File

@ -144,7 +144,7 @@ input[type="text"].input_time {width: 50px;}
.time_top p {font-size: 18px; color: #fff; font-weight: 400; align-self: center;}
.time_cont{display: flex; justify-content: space-between; align-items: center; padding: 15px 15px 10px 15px;}
.time_cont p{padding: 10px 0; font-size: 18px;}
.ampm_select, .hours_select, .min_select{width: 120px; height: 32px; border: 1px solid #d5d5d5; border-radius: 3px; padding-left: 10px; box-sizing: border-box; color: #222; font-size: 16px !important; font-weight: 300; font-size: 16px; background-image: url(../images/content/select.png); background-repeat: no-repeat; background-position: 85% center;}
.ampm_select, .hours_select, .min_select{width: 120px; height: 32px; border: 1px solid #d5d5d5; border-radius: 3px; padding-left: 10px; box-sizing: border-box; color: #222; font-size: 16px !important; font-weight: 300; font-size: 16px; background-image: url(../image/content/select.png); background-repeat: no-repeat; background-position: 85% center;}
.ampm_select {width: 70px; letter-spacing: -0.5px;}
.time_close{width: auto !important; height: auto !important; padding: 3px 10px; border: 1px solid #dadada; border-radius: 0 !important; margin: 0 15px 20px 0; font-size: 14px !important; font-weight: 400; background-color: #eee; float: right;}
.time_close i{background-color:#e20; width: 9px; height: 3px; margin-right: 5px; display: inline-block;vertical-align: middle; }
@ -469,4 +469,7 @@ input[type="text"].input_time {width: 50px;}
.tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;}
/*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/
.pr_name input{width: 500px;}
.pr_name input{width: 500px;}
/*게시판 > 등록화면 > 제목 input 가로 수정*/
.tite_in input{width: 100%;}