From 846a4eae2fe977f058fc0c05011f68f8674d7198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 7 Oct 2024 15:09:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=98=EB=A7=88=20=EC=BC=80=EB=9D=BC?= =?UTF-8?q?=EB=B0=94=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/images/canvas/eaves_icon10.svg | 18 +++++++++++++++ src/app/canvas/page.jsx | 8 +++---- .../modal/eaves_keraba/EavesKerabaTab02.jsx | 2 +- .../RoofModuleOptionTab02.jsx | 14 +++++++---- src/styles/_table.scss | 23 ++++++++++++++++++- 5 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 public/static/images/canvas/eaves_icon10.svg diff --git a/public/static/images/canvas/eaves_icon10.svg b/public/static/images/canvas/eaves_icon10.svg new file mode 100644 index 0000000..9914748 --- /dev/null +++ b/public/static/images/canvas/eaves_icon10.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index c95c0d1..b0af2ae 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -53,10 +53,10 @@ export default function CanvasPage() { {/* 패널 배치 집계 */} - - - - + {/* */} + {/* */} + {/* */} + {/* */} {/* 배치면 초기 설정 */} {/* */} diff --git a/src/components/canvas/modal/eaves_keraba/EavesKerabaTab02.jsx b/src/components/canvas/modal/eaves_keraba/EavesKerabaTab02.jsx index 314fe64..bc0544a 100644 --- a/src/components/canvas/modal/eaves_keraba/EavesKerabaTab02.jsx +++ b/src/components/canvas/modal/eaves_keraba/EavesKerabaTab02.jsx @@ -68,7 +68,7 @@ export default function EavesKerabaTab02(){
- react + react
diff --git a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx index 26f8b45..2f2ee95 100644 --- a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx +++ b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab02.jsx @@ -29,11 +29,15 @@ export default function RoofModuleOptionTab02({setTabNum}){ - - - - - + +
+ + Re.RISE-G3 440 +
+ + 1134 + 1722 + 440 diff --git a/src/styles/_table.scss b/src/styles/_table.scss index db0de20..a87bfc5 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -178,7 +178,28 @@ table{ .roof-module-table{ table{ - table-layout: fixed; border-collapse: collapse; + thead{ + th{ + height: 40px; + padding: 0 10px; + font-size: 12px; + color: #fff; + font-weight: 500; + border: 1px solid #505050; + vertical-align: middle; + background-color: rgba(255, 255, 255, 0.05); + text-align: center; + word-break: keep-all; + } + } + tbody{ + td{ + font-size: 12px; + color: #fff; + font-weight: 400; + border: 1px solid #505050; + } + } } } \ No newline at end of file