From 0ec77570d21db807ea3123f5295056797873445e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 17 Oct 2024 17:41:02 +0900 Subject: [PATCH] =?UTF-8?q?react-select=20=EB=9D=BC=EC=9D=B4=EB=B8=8C?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/management/productinfo/page.jsx | 2 +- src/app/reactselect/page.jsx | 28 +------ .../common/reactselect/ReactSelect.jsx | 44 ++++++++++ src/components/publishpage/PublishPage.jsx | 15 ++++ .../productinfo/ProductInfoTable.jsx | 13 +-- src/styles/_modal.scss | 2 +- src/styles/_reset.scss | 82 +++++++++++++++++++ 7 files changed, 154 insertions(+), 32 deletions(-) create mode 100644 src/components/common/reactselect/ReactSelect.jsx diff --git a/src/app/management/productinfo/page.jsx b/src/app/management/productinfo/page.jsx index 5d2fc10..21a4128 100644 --- a/src/app/management/productinfo/page.jsx +++ b/src/app/management/productinfo/page.jsx @@ -52,7 +52,7 @@ export default function ProductInfo(){