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(){
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