회로 및 가대설정 팝업 타이틀 변경
This commit is contained in:
parent
f149ffe113
commit
7be32c4ccd
@ -110,7 +110,7 @@ export default function CanvasPage() {
|
|||||||
{/* <ArrangementSetting/> */}
|
{/* <ArrangementSetting/> */}
|
||||||
|
|
||||||
{/* 면형상 배치 */}
|
{/* 면형상 배치 */}
|
||||||
<PlaneShapeOption/>
|
{/* <PlaneShapeOption/> */}
|
||||||
|
|
||||||
{/* 오브젝트 배치*/}
|
{/* 오브젝트 배치*/}
|
||||||
{/* <ObjectOption/> */}
|
{/* <ObjectOption/> */}
|
||||||
@ -133,10 +133,10 @@ export default function CanvasPage() {
|
|||||||
{/* <RoofModuleOption/> */}
|
{/* <RoofModuleOption/> */}
|
||||||
|
|
||||||
{/* 육지붕모듈 선택 */}
|
{/* 육지붕모듈 선택 */}
|
||||||
{/* <HexagonalRoofOption/> */}
|
<HexagonalRoofOption/>
|
||||||
|
|
||||||
{/* 회로 및 가대설정 */}
|
{/* 회로 및 가대설정 */}
|
||||||
{/* <CircuitStandSetting/> */}
|
<CircuitStandSetting/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export default function CircuitStandSetting(){
|
|||||||
<WithDraggable isShow={true}>
|
<WithDraggable isShow={true}>
|
||||||
<div className={`modal-pop-wrap lx-2`}>
|
<div className={`modal-pop-wrap lx-2`}>
|
||||||
<div className="modal-head">
|
<div className="modal-head">
|
||||||
<h1 className="title">基本設定 </h1>
|
<h1 className="title">回路と架台設定 </h1>
|
||||||
<button className="modal-close">닫기</button>
|
<button className="modal-close">닫기</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="modal-body">
|
<div className="modal-body">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user