+
+
+
-
-
diff --git a/src/components/canvas/modal/movingupdown/MovingUpDown.jsx b/src/components/canvas/modal/movingupdown/MovingUpDown.jsx
index 41c6a11..64adf1e 100644
--- a/src/components/canvas/modal/movingupdown/MovingUpDown.jsx
+++ b/src/components/canvas/modal/movingupdown/MovingUpDown.jsx
@@ -4,8 +4,8 @@ import MovingTab01 from "./MovingTab01";
import MovingTab02 from "./MovingTab02";
const buttonMenu = [
- {id: 1, name: '銅線の移動軒'},
- {id: 2, name: '型上げ・降り'},
+ {id: 1, name: '棟線移動'},
+ {id: 2, name: '桁上げ・下げ'},
]
export default function MovingUpDonw(){
@@ -14,7 +14,7 @@ export default function MovingUpDonw(){
return(
-
軒・ケラバ変更
+ 棟線移動・桁上げ下げ
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 8fe8dd5..75babaa 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -302,9 +302,13 @@ export default function PublishPage() {
2025-05-08
* 지붕 모듈 팝업 3페이지 테이블 수정
*/}
-
+ {/*
- 2025-05-23
- * OuterLineWall.jsx파일 문구 추가
+
*/}
+
+ - 2025-05-26
+ - * 동선이동 팝업 UI변경 및 수정
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index 7b94f2b..30c1871 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -2436,4 +2436,24 @@ $alert-color: #101010;
}
}
}
-}
\ No newline at end of file
+}
+
+// 2025-05-26 동선이동∙형 올림 내림
+
+.moving-tab-radio-wrap{
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ margin-bottom: 10px;
+}
+.moving-tab-content{
+ padding: 10px;
+ border: 1px solid #3D3D3D;
+ margin-top: 15px;
+ .outline-form{
+ span{
+ width: auto;
+ margin-right: 23px;
+ }
+ }
+}