From 611bb52fcc1a9c61045a6a763a9025472dbca286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 7 Oct 2024 17:32:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=B4=20=ED=98=95=EC=83=81=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EB=B0=8F=20=EC=99=B8=EB=B2=BD=EC=84=A0=20=EC=98=A4?= =?UTF-8?q?=ED=94=84=EC=85=8B=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/canvas/page.jsx | 8 +-- .../modal/outerwalloffset/OffsetTab02.jsx | 50 ++++++++----------- src/styles/_modal.scss | 9 ++-- 3 files changed, 29 insertions(+), 38 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index 0728bab..66d0392 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -92,7 +92,7 @@ export default function CanvasPage() { {/* */} {/* 외벽선 편집 및 오프셋 */} - {/* */} + {/* 보조선 사이즈, 이동, 복사 */} {/* */} @@ -109,7 +109,7 @@ export default function CanvasPage() { {/* */} {/* 면형상 배치 */} - {/* */} + {/* 오브젝트 배치*/} {/* */} @@ -129,10 +129,10 @@ export default function CanvasPage() { {/* */} {/* 지붕모듈선택 */} - + {/* */} {/* 육지붕모듈 선택 */} - + {/* */} diff --git a/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx b/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx index 05f6321..ad10e0a 100644 --- a/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx +++ b/src/components/canvas/modal/outerwalloffset/OffsetTab02.jsx @@ -6,37 +6,31 @@ export default function OffsetTab02(){ オフセットしたい外壁を選択してください。
-
- - -
-
-
-
-
- 長さ -
-
-
-
- -
- mm +
+
+
+ 長さ +
+
+
+
+
+ mm
-
-
- 方向 (矢印) -
-
-
-
- - - - -
+
+
+
+ 方向 (矢印) +
+
+
+
+ + + +
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 7d91664..361f7b9 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -836,17 +836,14 @@ $alert-color: #101010; padding: 8px; transition: all .15s ease-in-out; .shape-box{ + display: flex; + justify-content: center; + align-items: center; position: relative; width: 100%; height: 100%; background-color: #313131; border-radius: 2px; - img{ - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } } &.act, &:hover{