diff --git a/public/assets/images/layout/modal_header_icon04.svg b/public/assets/images/layout/modal_header_icon04.svg
new file mode 100644
index 0000000..ba32c97
--- /dev/null
+++ b/public/assets/images/layout/modal_header_icon04.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/app/main/page.tsx b/src/app/main/page.tsx
index 5c0375e..26ce6d3 100644
--- a/src/app/main/page.tsx
+++ b/src/app/main/page.tsx
@@ -14,7 +14,7 @@ export default function MainPage(){
{/* 회원정보 팝업 */}
- {/* */}
+
>
)
}
\ No newline at end of file
diff --git a/src/app/sale/saledetail/page.tsx b/src/app/sale/saledetail/page.tsx
index cf6656d..73003f3 100644
--- a/src/app/sale/saledetail/page.tsx
+++ b/src/app/sale/saledetail/page.tsx
@@ -1,20 +1,24 @@
import Footer from "@/components/layouts/Footer";
import Header from "@/components/layouts/Header";
+import SaleSubmitPop from "@/components/sale/saledetail/pop/SaleSubmitPop";
import SaleDetailContents from "@/components/sale/saledetail/SaleDetailContents";
import SaleDetailData from "@/components/sale/saledetail/SaleDetailData";
export default function SaleDetailPage(){
return(
-
-
-
-
-
-
+ <>
+
+
+
+
+
+
+
+
+
-
-
-
+
+ >
)
}
\ No newline at end of file
diff --git a/src/app/sale/saleedit/page.tsx b/src/app/sale/saleedit/page.tsx
index 398b8d0..28ea66b 100644
--- a/src/app/sale/saleedit/page.tsx
+++ b/src/app/sale/saleedit/page.tsx
@@ -17,7 +17,7 @@ export default function SaleEditPage() {
{/* 주소 검색 팝업 */}
- {/* */}
+
>
)
}
\ No newline at end of file
diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx
index 2180758..a45a335 100644
--- a/src/components/PublishList/PublishList.tsx
+++ b/src/components/PublishList/PublishList.tsx
@@ -66,8 +66,11 @@ export default function PublishList (){
회원정보 팝업 포함
-
-
+
+
+
2025/05/15
+
* 팝업 img태그 Image 컴포넌트 변환
+
2025/04/29
@@ -103,11 +106,14 @@ export default function PublishList (){
SaleDetailPage.tsx
+ 제출 팝업 포함
2025/05/15
* 상세 페이지 전체 재수정
+
* 제출 팝업 추가
+
* 팝업 img태그 Image 컴포넌트 변환
2025/04/29
@@ -126,6 +132,7 @@ export default function PublishList (){
2025/05/15
* 페이지 추가
+
* 팝업 img태그 Image 컴포넌트 변환
2025/05/15
@@ -218,6 +225,10 @@ export default function PublishList (){
2025/05/13
* Search Input 지우기 버튼 추가가
+
+
2025/05/15
+
* 팝업 img태그 Image 컴포넌트 변환
+
2025/05/08
diff --git a/src/components/main/MemberInformationPop.tsx b/src/components/main/MemberInformationPop.tsx
index cbf2ee5..4af2d6a 100644
--- a/src/components/main/MemberInformationPop.tsx
+++ b/src/components/main/MemberInformationPop.tsx
@@ -1,3 +1,5 @@
+import Image from "next/image";
+
export default function MemberInformationPop(){
return(
@@ -7,7 +9,7 @@ export default function MemberInformationPop(){
-
+
会員情報
diff --git a/src/components/roofcompliance/RoofComplianceDetailPop.tsx b/src/components/roofcompliance/RoofComplianceDetailPop.tsx
index f130045..4e72cce 100644
--- a/src/components/roofcompliance/RoofComplianceDetailPop.tsx
+++ b/src/components/roofcompliance/RoofComplianceDetailPop.tsx
@@ -9,7 +9,7 @@ export default function RoofComplianceDetailPop(){
-
+
屋根材適合性詳細
diff --git a/src/components/sale/saledetail/pop/SaleSubmitPop.tsx b/src/components/sale/saledetail/pop/SaleSubmitPop.tsx
new file mode 100644
index 0000000..26dd32b
--- /dev/null
+++ b/src/components/sale/saledetail/pop/SaleSubmitPop.tsx
@@ -0,0 +1,89 @@
+import Image from "next/image";
+
+export default function SaleSubmitPop() {
+ return(
+
+
+
+
+
+
+
+
+
+
調査物件の提出
+
+
+
+
+
+
+
+
提出ポイント *
+
+
+
+
+
+
販売店 *
+
+
+
+
+
+
発送者 *
+
+
+
+
+
+
受信者 *
+
+
+
+
+
+
参考
+
+
+
+
+
+
タイトル *
+
+
+
+
+
+
内容 *
+
+
+
+
+
+
添付ファイル *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/sale/saleedit/pop/SaleZipCodePop.tsx b/src/components/sale/saleedit/pop/SaleZipCodePop.tsx
index f891118..a404e86 100644
--- a/src/components/sale/saleedit/pop/SaleZipCodePop.tsx
+++ b/src/components/sale/saleedit/pop/SaleZipCodePop.tsx
@@ -1,4 +1,5 @@
'use client'
+import Image from "next/image";
import { useState } from "react"
export default function SaleZipCodePop() {
@@ -17,7 +18,7 @@ export default function SaleZipCodePop() {