주소 검색 새로고침 버튼 추가
This commit is contained in:
parent
279bcacada
commit
2cb54687ba
BIN
public/assets/images/sub/refresh.png
Normal file
BIN
public/assets/images/sub/refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 B |
@ -154,10 +154,14 @@ export default function PublishList() {
|
||||
<li>* 페이지 추가</li>
|
||||
<li>* 팝업 img태그 Image 컴포넌트 변환</li>
|
||||
</ul> */}
|
||||
<ul>
|
||||
{/* <ul>
|
||||
<li>2025/05/28</li>
|
||||
<li>* 주소 검색 팝업 하단 버튼 제거</li>
|
||||
<li>* 지붕 구조의 순서 영역 수정</li>
|
||||
</ul> */}
|
||||
<ul>
|
||||
<li>2025/07/25</li>
|
||||
<li>* 주소 검색 새로고침 버튼 추가 SaleDefaultForm02.tsx 파일</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="c red">2025/05/15</td>
|
||||
|
||||
@ -33,9 +33,12 @@ export default function SaleDefaultForm02(){
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div className="form-btn">
|
||||
{/* 2025/07/25 매물 상세 수정 */}
|
||||
<div className="form-flex mt5">
|
||||
<button className="btn-frame n-blue icon">郵便番号<i className="btn-arr"></i></button>
|
||||
<button className="btn-frame red reset"></button>
|
||||
</div>
|
||||
{/* 2025/07/25 매물 상세 수정 */}
|
||||
</div>
|
||||
<div className="data-input-form-bx">
|
||||
<div className="data-input-form-tit">市区町村名, 以後の住所</div>
|
||||
|
||||
@ -665,6 +665,18 @@
|
||||
background-color: #fff;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
// 2025/07/25 매물 상세 수정
|
||||
.form-flex{
|
||||
.reset{
|
||||
flex: none;
|
||||
width: 40px;
|
||||
background-image: url(/assets/images/sub/refresh.png);
|
||||
background-size: 24px 24px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 360px) {
|
||||
.btn-flex-wrap {
|
||||
flex-direction: column;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user