外壁のプロパティの設定
@@ -18,7 +18,8 @@ export default function PropertiesSetting() {
設定
-
+
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 47f0397..a832372 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -243,7 +243,7 @@ export default function PublishPage() {
2025-01-17
*면형상 배치 팝업에 handle가능 공통 modal-foot 추가
*/}
-
+ {/*
- 2025-01-20
- *지붕모듈 설정 팝업 title, 회로 및 가대설정 팝업title, 해당 메뉴 명칭 변경
- *배치면 그리기 팝업 버튼명 변경경
@@ -260,11 +260,15 @@ export default function PublishPage() {
- *지붕면 할당 팝업 클래스 및 css수정
- *기본모듈선택 팝업 요청 수정
-
+
- 2025-02-13
- *배치면 초기설정 지붕 각도 설정 수정
- *팝업 공통 양 사이드바 추가
- *회로설정 팝업 승압설정 영역 수정
+
*/}
+
+ - 2025-02-19
+ - *배치면 선 속성 설정 팝업 버튼 추가
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index b6e2d32..a19aba2 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -769,6 +769,13 @@ $alert-color: #101010;
background-color: #365f6e;
}
}
+ &.gray{
+ background-color: #535353;
+ border: 1px solid #9e9e9e;
+ &:hover{
+ background-color: #6b6b6b;
+ }
+ }
}
}
}