From 01c35d10fd609d87456bc93cddb83ad4f1d1f2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 13 Feb 2025 17:02:50 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EB=A1=9C=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EC=8A=B9=EC=95=95=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=98=81=EC=97=AD=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 | 6 +- .../CircuitStandSetting.jsx | 2 + .../circuitstandsetting/CircuitStandTab03.jsx | 199 +++++++++--------- src/components/publishpage/PublishPage.jsx | 1 + src/styles/_modal.scss | 37 +++- 5 files changed, 142 insertions(+), 103 deletions(-) diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index f0c6dcb..d3eb300 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -89,7 +89,7 @@ export default function CanvasPage() { {/* */} {/* 배치면 초기 설정 */} - + {/* */} {/* 캔버스 기본 셋팅 */} {/* {modalOption.option && } */} @@ -103,7 +103,7 @@ export default function CanvasPage() { {/* {modalOption.outerwall && } */} {/* 외벽선 속성 설정 */} - + {/* */} {/* 지붕형상 설정 */} {/* */} @@ -164,7 +164,7 @@ export default function CanvasPage() { {/* */} {/* 회로 및 가대설정 */} - {/* */} + {/* 모듈 부가기능 */} diff --git a/src/components/canvas/modal/circuitstandsetting/CircuitStandSetting.jsx b/src/components/canvas/modal/circuitstandsetting/CircuitStandSetting.jsx index 47b1a02..39cb430 100644 --- a/src/components/canvas/modal/circuitstandsetting/CircuitStandSetting.jsx +++ b/src/components/canvas/modal/circuitstandsetting/CircuitStandSetting.jsx @@ -14,6 +14,8 @@ export default function CircuitStandSetting(){
+
+
パワーコンディショナーを選択
diff --git a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx index 33a19f5..ace4dec 100644 --- a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx +++ b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx @@ -12,105 +12,7 @@ export default function CircuitStandTab03({setTabNum}){ return( <>
-
- {/* 3개일때 className = by-max */} -
- {Array.from({length : arrayLength}).map((_, idx) => ( -
-
-
HQJP-KA55-5
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
シリアル枚数総回路数
100
100
100
100
100
100
-
-
-
- - -
-
- {moduleTab === 1 && -
-
- - - - - - - - - - - - - - - -
名称回路数昇圧回路数
KTN-CBD4C40
-
-
- } - {moduleTab === 2 && -
-
- - - - - - - - - - - - - -
名称昇圧回路数
--
-
- -
- } -
-
- ))} -
- -
-
+
モニターの選択
@@ -118,6 +20,105 @@ export default function CircuitStandTab03({setTabNum}){
+
+
+ {/* 3개일때 className = by-max */} +
+ {Array.from({length : arrayLength}).map((_, idx) => ( +
+
+
HQJP-KA55-5
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
シリアル枚数総回路数
100
100
100
100
100
100
+
+
+
+ + +
+
+ {moduleTab === 1 && +
+
+ + + + + + + + + + + + + + + +
名称回路数昇圧回路数
KTN-CBD4C40
+
+
+ } + {moduleTab === 2 && +
+
+ + + + + + + + + + + + + +
名称昇圧回路数
--
+
+ +
+ } +
+
+ ))} +
+
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 854471e..47f0397 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -264,6 +264,7 @@ export default function PublishPage() {
  • 2025-02-13
  • *배치면 초기설정 지붕 각도 설정 수정
  • *팝업 공통 양 사이드바 추가
  • +
  • *회로설정 팝업 승압설정 영역 수정
  • 2024-10-28 diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 6c23268..b6e2d32 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1668,7 +1668,6 @@ $alert-color: #101010; .circuit-overflow{ overflow-x: auto; - margin-bottom: 25px; &::-webkit-scrollbar { height: 4px; background-color: transparent; @@ -1686,6 +1685,42 @@ $alert-color: #101010; } } } +.circuit-title-sel{ + padding-bottom: 14px; + .outline-form{ + span{ + color: #62C207; + } + .grid-select{ + .sort-select{ + border: 1px solid #4E9E04; + background-color: #1A3104; + p{ + line-height: 27px; + } + .select-item-wrap{ + background-color: #1A3104; + border: 1px solid #4E9E04; + .select-item:hover{ + background-color: #294e07; + } + &::-webkit-scrollbar { + width: 2px; + background-color: transparent; + + } + &::-webkit-scrollbar-thumb { + background-color: #fff; + border-radius: 10px; + } + &::-webkit-scrollbar-track { + background-color: transparent; + } + } + } + } + } +} .circuit-table-flx-wrap{ display: flex;