From d99876184aa5d657a00394ac8b0b3b32adfccc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Fri, 11 Oct 2024 10:51:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A0=EA=B7=9C=EB=AC=BC=EA=B1=B4=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/images/sub/address_search.svg | 11 + src/app/canvas/page.jsx | 2 +- src/app/main/page.jsx | 2 +- src/app/management/newproduct/page.jsx | 53 ++++ src/components/publishpage/PublishPage.jsx | 19 +- .../newproduct/DesignRequestPop.jsx | 111 ++++++++ .../management/newproduct/FindAddressPop.jsx | 31 +++ .../management/newproduct/NewProductTable.jsx | 240 ++++++++++++++++++ .../productinfo/ProductInfoTable.jsx | 2 +- .../productstate/PropertyStatus.jsx | 1 + src/styles/_contents.scss | 8 +- src/styles/_submodal.scss | 52 ++++ src/styles/_table.scss | 1 + 13 files changed, 523 insertions(+), 10 deletions(-) create mode 100644 public/static/images/sub/address_search.svg create mode 100644 src/app/management/newproduct/page.jsx create mode 100644 src/components/sub/management/newproduct/DesignRequestPop.jsx create mode 100644 src/components/sub/management/newproduct/FindAddressPop.jsx create mode 100644 src/components/sub/management/newproduct/NewProductTable.jsx diff --git a/public/static/images/sub/address_search.svg b/public/static/images/sub/address_search.svg new file mode 100644 index 0000000..4c0e2d1 --- /dev/null +++ b/public/static/images/sub/address_search.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index da62fdb..5b2a465 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -69,7 +69,7 @@ export default function CanvasPage() { {/* 우클릭 context menu */} - + {/* */} {/* 패널 배치 집계 */} {/* */} diff --git a/src/app/main/page.jsx b/src/app/main/page.jsx index 2c7027f..ce7d937 100644 --- a/src/app/main/page.jsx +++ b/src/app/main/page.jsx @@ -41,7 +41,7 @@ export default function MainPage() {