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
-
-
-
-
- | シリアル枚数 |
- 総回路数 |
-
-
-
-
- | 10 |
- 0 |
-
-
- | 10 |
- 0 |
-
-
- | 10 |
- 0 |
-
-
- | 10 |
- 0 |
-
-
- | 10 |
- 0 |
-
-
- | 10 |
- 0 |
-
-
-
-
-
-
-
-
-
-
- {moduleTab === 1 &&
-
-
-
-
-
- | 名称 |
- 回路数 |
- 昇圧回路数 |
-
-
-
-
- | KTN-CBD4C |
- 4 |
- 0 |
-
-
-
-
-
- }
- {moduleTab === 2 &&
-
-
-
-
-
- | 名称 |
- 昇圧回路数 |
-
-
-
-
- | - |
- - |
-
-
-
-
-
-
- }
-
-
- ))}
-
-
-
-
+
モニターの選択
@@ -118,6 +20,105 @@ export default function CircuitStandTab03({setTabNum}){
+
+
+ {/* 3개일때 className = by-max */}
+
+ {Array.from({length : arrayLength}).map((_, idx) => (
+
+
+
HQJP-KA55-5
+
+
+
+
+ | シリアル枚数 |
+ 総回路数 |
+
+
+
+
+ | 10 |
+ 0 |
+
+
+ | 10 |
+ 0 |
+
+
+ | 10 |
+ 0 |
+
+
+ | 10 |
+ 0 |
+
+
+ | 10 |
+ 0 |
+
+
+ | 10 |
+ 0 |
+
+
+
+
+
+
+
+
+
+
+ {moduleTab === 1 &&
+
+
+
+
+
+ | 名称 |
+ 回路数 |
+ 昇圧回路数 |
+
+
+
+
+ | KTN-CBD4C |
+ 4 |
+ 0 |
+
+
+
+
+
+ }
+ {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;