주소 검색 새로고침 버튼 추가

This commit is contained in:
김창수 2025-07-25 15:21:11 +09:00
parent 279bcacada
commit 2cb54687ba
4 changed files with 21 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

View File

@ -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>

View File

@ -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>

View File

@ -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;