diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index 16f4445..396a33c 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -100,7 +100,7 @@ export default function CanvasPage() {
{/* {modalOption.gridmove && } */}
{/* 외벽선 그리기 */}
- {modalOption.outerwall && }
+ {/* {modalOption.outerwall && } */}
{/* 외벽선 속성 설정 */}
{/* */}
@@ -138,7 +138,7 @@ export default function CanvasPage() {
{/* */}
{/* 면형상 배치 */}
- {/* */}
+
{/* 오브젝트 배치*/}
{/* */}
@@ -164,7 +164,7 @@ export default function CanvasPage() {
{/* */}
{/* 회로 및 가대설정 */}
-
+ {/* */}
{/* 모듈 부가기능 */}
diff --git a/src/components/canvas/modal/planeshapeoption/PlaneShapeOption.jsx b/src/components/canvas/modal/planeshapeoption/PlaneShapeOption.jsx
index 9eae130..2528b16 100644
--- a/src/components/canvas/modal/planeshapeoption/PlaneShapeOption.jsx
+++ b/src/components/canvas/modal/planeshapeoption/PlaneShapeOption.jsx
@@ -81,6 +81,7 @@ export default function PlaneShapeOption(){
+
)
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index b9d867b..8344bf5 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -235,10 +235,14 @@ export default function PublishPage() {
*회로 및 가대설정 팝업 승압 설정 영역 수정
*회로 및 가대설정 팝업 자동 설정 영역 수정
-
+
- 2025-01-10
- *지붕모듈선택 팝업 메뉴 2번 수정
+
+ - 2025-01-17
+ - *면형상 배치 팝업에 handle가능 공통 modal-foot 추가
+
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index 0e767ee..61f631c 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -127,6 +127,7 @@ $alert-color: #101010;
padding: 10px 24px;
background-color: #000;
// overflow: hidden;
+ cursor: pointer;
h1.title{
font-size: 13px;
color: $pop-color;
@@ -211,6 +212,13 @@ $alert-color: #101010;
font-weight: $pop-normal-weight;
}
}
+.modal-foot{
+ display: block;
+ width: 100%;
+ padding: 5px 0;
+ background-color: #000;
+ cursor: pointer;
+}
.adsorption-point{
display: flex;