diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index 147c3f9..351a6fd 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -87,7 +87,7 @@ export default function CanvasPage() {
{/* */}
{/* 배치면 초기 설정 */}
- {/* */}
+
{/* 캔버스 기본 셋팅 */}
{/* {modalOption.option && } */}
diff --git a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
index d28e9be..81a08cc 100644
--- a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
+++ b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx
@@ -36,7 +36,11 @@ export default function PlacementSettingPop(){
寸法入力による物品作成 |
- | 寸法入力方法 |
+
+
+ 寸法入力方法
+
+ |
@@ -71,12 +75,14 @@ export default function PlacementSettingPop(){
|
|
- 屋根材の選択(単位:mm)
-
+
+ 屋根材の選択(単位:mm)
+
+
|
{/* case01 */}
- {/*
+
@@ -98,10 +104,10 @@ export default function PlacementSettingPop(){
- */}
+
{/* case02 */}
-
+ {/*
@@ -117,7 +123,7 @@ export default function PlacementSettingPop(){
-
+ */}
{/* case03 */}
{/*
@@ -155,6 +161,18 @@ export default function PlacementSettingPop(){
| ファイルを読み込む |
+
+
+ {/* 파일 불러오기 */}
+
+ {/* 주소 불러오기 */}
+
|
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 4b3dca0..aef5259 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -159,10 +159,14 @@ export default function PublishPage() {
*견적서 img 업로드 버튼 수정
*면형상 배치 pop 수정
-
+
- 2024-10-31
- *그리드 이동, 보조선 이동, 보조선 복사 pop 수정
+
+ - 2024-11-04
+ - *배치면 초기설정 pop 이미지 불러오기 영역 수정
+
|
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index 7c40ab1..da421f1 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -391,19 +391,22 @@ $alert-color: #101010;
table-layout: fixed;
tr{
th{
- display: flex;
- align-items: center;
font-size: $pop-normal-size;
color: $pop-color;
font-weight: $pop-bold-weight;
padding: 18px 0;
border-bottom: 1px solid #424242;
+ vertical-align: middle;
+ .tip-wrap{
+ display: flex;
+ align-items: center;
+ }
}
td{
font-size: $pop-normal-size;
color: $pop-color;
border-bottom: 1px solid #424242;
- padding-left: 20px;
+ padding: 18px 0 18px 20px;
vertical-align: middle;
.flex-box{
display: flex;
@@ -479,6 +482,7 @@ $alert-color: #101010;
color: $pop-color;
font-weight: $pop-normal-weight;
}
+
}
.img-edit-wrap{
@@ -528,6 +532,23 @@ $alert-color: #101010;
}
}
+.for-address{
+ input{
+ flex: 1;
+ }
+ .check-address{
+ flex: none;
+ width: 18px;
+ height: 18px;
+ margin-left: 5px;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: cover;
+ &.fail{background-image: url(../../public/static/images/canvas/img_check_fail.svg);}
+ &.success{background-image: url(../../public/static/images/canvas/img_check_success.svg);}
+ }
+}
+
// 외벽선 그리기
.outline-wrap{
padding: 24px 0;