diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index 4823c29..d3eb300 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -164,7 +164,7 @@ export default function CanvasPage() {
{/* */}
{/* 회로 및 가대설정 */}
- {/* */}
+
{/* 모듈 부가기능 */}
@@ -206,7 +206,7 @@ export default function CanvasPage() {
{/* */}
{/* 이미지 불러오기 */}
-
+ {/* */}
{menuValue === 5 && }
diff --git a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx
index ace4dec..4828a48 100644
--- a/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx
+++ b/src/components/canvas/modal/circuitstandsetting/CircuitStandTab03.jsx
@@ -2,7 +2,7 @@ import Qselect from "@/components/common/select/Qselect";
import { useState } from "react";
const SelectOption01 = [
- {name: '0',}, {name: '0'}, {name: '0'}, {name: '0'}
+ {name: '重要負荷接続+室内リモコン',}, {name: '重要負荷接続+室内リモコン'}, {name: '重要負荷接続+室内リモコン'}, {name: '重要負荷接続+室内リモコン'}
]
@@ -13,11 +13,14 @@ export default function CircuitStandTab03({setTabNum}){
<>
-
diff --git a/src/components/common/draggable/withDraggable.jsx b/src/components/common/draggable/withDraggable.jsx
index b31048c..64a1581 100644
--- a/src/components/common/draggable/withDraggable.jsx
+++ b/src/components/common/draggable/withDraggable.jsx
@@ -21,7 +21,7 @@ export default function WithDraggable({ isShow, handle = '', children, size }) {
>
)}
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index a4e81ad..e381855 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -266,7 +266,7 @@ export default function PublishPage() {
*팝업 공통 양 사이드바 추가
*회로설정 팝업 승압설정 영역 수정
*/}
-
+ {/*
- 2025-02-19
- *배치면 선 속성 설정 팝업 버튼 추가
@@ -276,9 +276,13 @@ export default function PublishPage() {
- *지붕재 추가 상단 타이틀 제거 버튼 추가
- *면형상 배치 1번 이미지 교체
-
+
- 2025-03-13
- * popup spinner 추가
+
*/}
+
+ - 2025-03-14
+ - * 회로설정 팝업 마지막 셀렉트 추가
2024-10-28 |
diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss
index 651b7bd..65b104b 100644
--- a/src/styles/_modal.scss
+++ b/src/styles/_modal.scss
@@ -1731,10 +1731,14 @@ $alert-color: #101010;
}
.circuit-title-sel{
padding-bottom: 14px;
- .outline-form{
- span{
- color: #62C207;
- }
+ .circuit-title{
+ font-size: 12px;
+ color: #62C207;
+ margin-bottom: 5px;
+ }
+ .circuit-sel-wrap{
+ display: flex;
+ align-items: center;
.grid-select{
.sort-select{
border: 1px solid #4E9E04;