From 2cb54687ba67bb060ed70415102af81ceab58197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 25 Jul 2025 15:21:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/images/sub/refresh.png | Bin 0 -> 402 bytes src/components/PublishList/PublishList.tsx | 6 +++++- .../saleedit/saledefault/SaleDefaultForm02.tsx | 5 ++++- src/styles/components/_sub.scss | 12 ++++++++++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 public/assets/images/sub/refresh.png diff --git a/public/assets/images/sub/refresh.png b/public/assets/images/sub/refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ee1a04092f475ae2fe89f6cfe7f8e58a36c4e5 GIT binary patch literal 402 zcmV;D0d4+?P) zLGkMl24D2S9~qg(#&p|lHv7UPO`7fW_wUZMGfA@42CM=tU<6EoPhbW-0Yjh(R2=)x zv%n94cf$4p?AdVn=mVF4YYXrI90Qxcnhu$FfwB7h0DS`w2^jbn&=x_DZyD$S-~WHh z7ZwBG4#x3s-%U_J6KZ1Kj)0%J6611gSuro?fs47E?|)aIlN4dVvkKIT5}2t#wP=C$ z9E=TRd=wHQU`rWO*W#Tnc5?{ylyU33rsJ&F)bXk(%4nuNv^RA)Od^d%y)wnGlIGN~ zO2tkDd{^s{6uo-L`N|SG@`Vdn(UY5Ecah~ZB}>HQK-QQD)lNqLMi9)Uqx%Umv-1If>zO$+x-y#N3J07*qoM6N<$f>KbcC;$Ke literal 0 HcmV?d00001 diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx index cbebce1..24b73ce 100644 --- a/src/components/PublishList/PublishList.tsx +++ b/src/components/PublishList/PublishList.tsx @@ -154,10 +154,14 @@ export default function PublishList() {
  • * 페이지 추가
  • * 팝업 img태그 Image 컴포넌트 변환
  • */} -
      + {/*
      • 2025/05/28
      • * 주소 검색 팝업 하단 버튼 제거
      • * 지붕 구조의 순서 영역 수정
      • +
      */} +
        +
      • 2025/07/25
      • +
      • * 주소 검색 새로고침 버튼 추가 SaleDefaultForm02.tsx 파일
      2025/05/15 diff --git a/src/components/sale/saleedit/saledefault/SaleDefaultForm02.tsx b/src/components/sale/saleedit/saledefault/SaleDefaultForm02.tsx index 8cd15b9..47e655f 100644 --- a/src/components/sale/saleedit/saledefault/SaleDefaultForm02.tsx +++ b/src/components/sale/saleedit/saledefault/SaleDefaultForm02.tsx @@ -33,9 +33,12 @@ export default function SaleDefaultForm02(){ -
      + {/* 2025/07/25 매물 상세 수정 */} +
      +
      + {/* 2025/07/25 매물 상세 수정 */}
      市区町村名, 以後の住所
      diff --git a/src/styles/components/_sub.scss b/src/styles/components/_sub.scss index 9fb8c80..66e2648 100644 --- a/src/styles/components/_sub.scss +++ b/src/styles/components/_sub.scss @@ -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;