[ publishing ] 0926수정사항

This commit is contained in:
khj
2022-09-27 16:16:26 +09:00
parent 7fbb0df091
commit f47e99f575
8 changed files with 38 additions and 25 deletions

View File

@@ -9,7 +9,7 @@
<label>ID</label>
<div class="input_search">
<input class="search-box" type="text" placeholder="아이디 입력" v-model.trim="madangId" ref="madangId">
<button type="button" class="button btn-p2color" @click="searchMadangId()">조회</button>
<button type="button" class="button grey" @click="searchMadangId()">조회</button>
</div>
</div>
<div class="popup-btn2">

View File

@@ -13,7 +13,7 @@
</div>
<div class="button_group">
<button class="btn-pcolor download" @click="excelDown();">엑셀 다운로드</button>
<button class="button grey download" @click="excelDown();">엑셀 다운로드</button>
</div>
</div>
<table class="table-r">
@@ -39,8 +39,7 @@
</tr>
</tbody>
</table>
<div class="popup-btn1">
<div class="popup-btn2">
<button class="btn-default" @click="carryOverListPopClose();">닫기</button>
</div>
</div>

View File

@@ -89,7 +89,7 @@
</div>
</div>
<div class="button_group">
<button type="button" class="button blue" @click="ModalOpen();">테스트 ID 생성</button>
<button type="button" class="button blue add" @click="ModalOpen();">테스트 ID 생성</button>
</div>
</div>

View File

@@ -40,7 +40,7 @@
</span>
</div>
</div>
<div class="select_box">
<div class="select_box id">
<label for="right" class="label">상태</label>
<select name="" id="" v-model="searchType1" @keyup.enter="search">
<option value="" selected>전체</option>