From 319cd73da0decd58894258fef419e469eb1f8e9e 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 16:07:06 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=ED=8C=9D?= =?UTF-8?q?=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/components/canvas/CanvasEstimate.jsx | 6 +- .../canvas/estimatepop/FileDownOptionPop.jsx | 101 ++++++++++++++++++ .../canvas/estimatepop/ProductFeaturesPop.jsx | 28 +++-- src/styles/_contents.scss | 5 +- src/styles/_submodal.scss | 22 +++- 5 files changed, 144 insertions(+), 18 deletions(-) create mode 100644 src/components/canvas/estimatepop/FileDownOptionPop.jsx diff --git a/src/components/canvas/CanvasEstimate.jsx b/src/components/canvas/CanvasEstimate.jsx index 2fd2104..8b66e4f 100644 --- a/src/components/canvas/CanvasEstimate.jsx +++ b/src/components/canvas/CanvasEstimate.jsx @@ -1,5 +1,6 @@ import SingleDatePicker from "../common/datepicker/SingleDatePicker"; import Footer from "../layout/Footer"; +import FileDownOptionPop from "./estimatepop/FileDownOptionPop"; import ProductFeaturesPop from "./estimatepop/ProductFeaturesPop"; export default function CanvasEstimate() { @@ -408,7 +409,10 @@ export default function CanvasEstimate() {