diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index beb34ed..e4d5089 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -89,7 +89,7 @@ export default function CanvasPage() {
{/* */}
{/* 배치면 초기 설정 */}
- {/* */}
+
{/* 캔버스 기본 셋팅 */}
{/* {modalOption.option && } */}
@@ -158,7 +158,7 @@ export default function CanvasPage() {
{/* */}
{/* 지붕모듈선택 */}
-
+ {/* */}
{/* 육지붕모듈 선택 */}
{/* */}
diff --git a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
index 83a38b7..f9e6e74 100644
--- a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
+++ b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
@@ -55,14 +55,30 @@ export default function PlacementSettingPop(){
| 屋根角度設定 |
- |
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index c202d59..ae1f56e 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -255,11 +255,15 @@ export default function PublishPage() {
*패널 배치 집계 수정
*Qselect 컴포넌트 수정 및 배치면 초기설정 selelct disabled 추가
-
+
- 2025-02-04
- *지붕면 할당 팝업 클래스 및 css수정
- *기본모듈선택 팝업 요청 수정
+
+ - 2025-02-13
+ - *배치면 초기설정 지붕 각도 설정 수정
+
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index bbdf38f..95db2ea 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -523,6 +523,17 @@ $alert-color: #101010;
display: flex;
align-items: center;
gap: 10px;
+ &.place{
+ gap: 15px;
+ .outline-form{
+ span{
+ width: fit-content;
+ }
+ .input-grid{
+ width: 80px;
+ }
+ }
+ }
}
.placement-option{
display: flex;