From e78bc4d8ec15e145aa547bd74e0f87f0c61f3071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 17 Dec 2024 11:07:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=B9=98=EB=A9=B4=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85,=20=EC=A7=80?= =?UTF-8?q?=EB=B6=95=EB=A9=B4=20=ED=95=A0=EB=8B=B9=20=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../placementsetting/PlacementSettingPop.jsx | 40 +++++++++---------- .../modal/roofallocation/RoofAllocation.jsx | 22 ++++------ src/components/publishpage/PublishPage.jsx | 7 +++- 3 files changed, 32 insertions(+), 37 deletions(-) diff --git a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx index 640f6b3..d5380cb 100644 --- a/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx +++ b/src/components/canvas/modal/placementsetting/PlacementSettingPop.jsx @@ -5,12 +5,6 @@ import Qselect from "@/components/common/select/Qselect"; const SelectOption01 = [ {name: '瓦53A',}, {name: '瓦53A'}, {name: '瓦53A'}, {name: '瓦53A'} ] -const SelectOption02 = [ - {name: '265',}, {name: '265'}, {name: '265'}, {name: '265'} -] -const SelectOption03 = [ - {name: '235',}, {name: '235'}, {name: '235'}, {name: '235'} -] const SelectOption04 = [ {name: '455'}, {name: '455'}, {name: '455'}, {name: '455'} ] @@ -88,14 +82,14 @@ export default function PlacementSettingPop(){
W -
- +
+
L -
- +
+
@@ -105,12 +99,7 @@ export default function PlacementSettingPop(){
-
-
- - -
-
+ {/* case02 */} {/*
@@ -119,8 +108,8 @@ export default function PlacementSettingPop(){
ハゼビーチ -
- +
+
@@ -138,8 +127,8 @@ export default function PlacementSettingPop(){
ハゼビーチ -
- +
+
*/} @@ -151,8 +140,8 @@ export default function PlacementSettingPop(){
L -
- +
+
@@ -162,6 +151,13 @@ export default function PlacementSettingPop(){
*/} + +
+
+ + +
+
diff --git a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx index f58c8a6..86357b7 100644 --- a/src/components/canvas/modal/roofallocation/RoofAllocation.jsx +++ b/src/components/canvas/modal/roofallocation/RoofAllocation.jsx @@ -4,12 +4,6 @@ import Qselect from "@/components/common/select/Qselect"; const SelectOption01 = [ {name: '瓦53A',}, {name: '瓦53A'}, {name: '瓦53A'}, {name: '瓦53A'} ] -const SelectOption02 = [ - {name: '265',}, {name: '265'}, {name: '265'}, {name: '265'} -] -const SelectOption03 = [ - {name: '235',}, {name: '235'}, {name: '235'}, {name: '235'} -] const SelectOption04 = [ {name: '455'}, {name: '455'}, {name: '455'}, {name: '455'} ] @@ -51,14 +45,14 @@ export default function RoofAllocation() {
W -
- +
+
L -
- +
+
@@ -93,14 +87,14 @@ export default function RoofAllocation() {
W -
- +
+
L -
- +
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 30c4cf3..8bd8f42 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -205,10 +205,15 @@ export default function PublishPage() {
  • 2024-12-09
  • *동선이동∙형 올림 내림 팝업 각 탭 첫번째 인풋제거
  • -
      +
      • 2024-12-11
      • *배치면 초기설정 팝업 마지막 설정 버튼 추가
      +
        +
      • 2024-12-17
      • +
      • *배치면 초기설정 팝업 W,L input box 변환
      • +
      • *지붕면할당 팝업 W,L input box 변환
      • +
      2024-10-28