리스트 넘버, 달력 디자인 수정

This commit is contained in:
kimre
2022-06-29 20:13:08 +09:00
parent 0a2e30b1c2
commit 490b7d65f0
17 changed files with 94 additions and 100 deletions

View File

@@ -562,7 +562,7 @@ header .user_wrap .user_info .logout {
.contents .input_box.cal input {
display: inline-block;
width: 48%;
width: 90%;
float: left;
background: #fff url(../images/icon-calender.png) no-repeat right 6% center;
}
@@ -592,10 +592,6 @@ header .user_wrap .user_info .logout {
margin-right: 4%;
}
.vdp-datepicker__calendar div {margin-top:80px;}
/*.vdp-datepicker__calendar div*/
.contents .input_box .search-box {
background: #fff url(../images/icon-search.png) no-repeat 6% center/14px auto;
padding-left: 43px;

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
<p> 최대 3개월까지 조회 가능합니다.</p>
<div class="term">
<div class="group" style="width:500px;">
<!-- <div class="group" style="width:500px;">-->
<span class="custom_input icon_date">
<vuejs-datepicker
@@ -50,7 +50,7 @@
</div>
</div>
<!-- </div>-->
</div>
<!--<button type="button" class="button grey">조회</button>-->
</div>
@@ -280,6 +280,4 @@ export default {
},
}
};
</script>
<style>
</style>
</script>