From 7ef7065596da2b8e66be92021fc898b04acd9580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 16 Oct 2024 13:38:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=92=8D=EC=86=8D=20=EC=84=A0=ED=83=9D=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/management/productinfo/page.jsx | 4 + .../management/productinfo/WindSelectPop.jsx | 94 +++++++++++++++++++ src/styles/_table.scss | 70 ++++++++++++++ 3 files changed, 168 insertions(+) create mode 100644 src/components/sub/management/productinfo/WindSelectPop.jsx diff --git a/src/app/management/productinfo/page.jsx b/src/app/management/productinfo/page.jsx index 2aec13c..5d2fc10 100644 --- a/src/app/management/productinfo/page.jsx +++ b/src/app/management/productinfo/page.jsx @@ -6,6 +6,7 @@ import '@/styles/contents.scss'; import '@/styles/grid.scss'; import ProductInfoTable from "@/components/sub/management/productinfo/ProductInfoTable"; import ProductInfoBox from "@/components/sub/management/productinfo/ProductInfoBox"; +import WindSelectPop from "@/components/sub/management/productinfo/WindSelectPop"; export default function ProductInfo(){ return( @@ -49,6 +50,9 @@ export default function ProductInfo(){