diff --git a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx
index e7b8b5d..57730cd 100644
--- a/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx
+++ b/src/components/canvas/modal/roofmoduleoption/RoofModuleOptionTab01.jsx
@@ -17,7 +17,7 @@ export default function RoofModuleOptionTab01({setTabNum}){
setCompasDeg(225)}>
setCompasDeg(240)}>
setCompasDeg(255)}>
-
setCompasDeg(270)}>270°
+
setCompasDeg(270)}>-90°
setCompasDeg(285)}>
setCompasDeg(300)}>
setCompasDeg(315)}>
@@ -44,7 +44,7 @@ export default function RoofModuleOptionTab01({setTabNum}){
-
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 72d9b3d..5228dac 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -191,12 +191,16 @@ export default function PublishPage() {
*보조선 작성 팝업 보조선 절삭 버튼 추가
*지붕모듈 기본설정 팝업 변경
-
+
- 2024-12-03
- *견적서 메뉴 상단버튼 추가
- *견적서 파일 목록 복구버튼 추가
- *견적서 체크박스 목록 html 변환
+
+ - 2024-12-04
+ - *지붕기본모듈, 육지붕기본모듈 나침반 마크업 변경
+
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index b498765..50e2a4e 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -1308,23 +1308,23 @@ $alert-color: #101010;
height: 253px;
.circle{
top: 86%;
- &:nth-child(1),
- &:nth-child(7),
- &:nth-child(13),
- &:nth-child(19){
- &::before{
- content: '';
- position: absolute;
- top: 20px;
- left: 50%;
- transform: translateX(-50%);
- width: 1px;
- height: 6px;
- background-color: #8B8B8B;
- }
- }
+ // &:nth-child(1),
+ // &:nth-child(7),
+ // &:nth-child(13),
+ // &:nth-child(19){
+ // &::before{
+ // content: '';
+ // position: absolute;
+ // top: 20px;
+ // left: 50%;
+ // transform: translateX(-50%);
+ // width: 1px;
+ // height: 6px;
+ // background-color: #8B8B8B;
+ // }
+ // }
i{
- top: 32px;
+ top: 22px;
}
&.act{
i{color: #8B8B8B;}