면형상 배치 팝업에 handle가능 공통 modal-foot 추가
This commit is contained in:
parent
0bac938646
commit
e2f63c0c9e
@ -100,7 +100,7 @@ export default function CanvasPage() {
|
|||||||
{/* {modalOption.gridmove && <GridMove/>} */}
|
{/* {modalOption.gridmove && <GridMove/>} */}
|
||||||
|
|
||||||
{/* 외벽선 그리기 */}
|
{/* 외벽선 그리기 */}
|
||||||
{modalOption.outerwall && <OuterLineWall/>}
|
{/* {modalOption.outerwall && <OuterLineWall/>} */}
|
||||||
|
|
||||||
{/* 외벽선 속성 설정 */}
|
{/* 외벽선 속성 설정 */}
|
||||||
{/* <PropertiesSetting/> */}
|
{/* <PropertiesSetting/> */}
|
||||||
@ -138,7 +138,7 @@ export default function CanvasPage() {
|
|||||||
{/* <ArrangementSetting/> */}
|
{/* <ArrangementSetting/> */}
|
||||||
|
|
||||||
{/* 면형상 배치 */}
|
{/* 면형상 배치 */}
|
||||||
{/* <PlaneShapeOption/> */}
|
<PlaneShapeOption/>
|
||||||
|
|
||||||
{/* 오브젝트 배치*/}
|
{/* 오브젝트 배치*/}
|
||||||
{/* <ObjectOption/> */}
|
{/* <ObjectOption/> */}
|
||||||
@ -164,7 +164,7 @@ export default function CanvasPage() {
|
|||||||
{/* <HexagonalRoofOption/> */}
|
{/* <HexagonalRoofOption/> */}
|
||||||
|
|
||||||
{/* 회로 및 가대설정 */}
|
{/* 회로 및 가대설정 */}
|
||||||
<CircuitStandSetting/>
|
{/* <CircuitStandSetting/> */}
|
||||||
|
|
||||||
{/* 모듈 부가기능 */}
|
{/* 모듈 부가기능 */}
|
||||||
|
|
||||||
|
|||||||
@ -81,6 +81,7 @@ export default function PlaneShapeOption(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="modal-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</WithDraggable>
|
</WithDraggable>
|
||||||
)
|
)
|
||||||
|
|||||||
@ -235,10 +235,14 @@ export default function PublishPage() {
|
|||||||
<li>*회로 및 가대설정 팝업 승압 설정 영역 수정</li>
|
<li>*회로 및 가대설정 팝업 승압 설정 영역 수정</li>
|
||||||
<li>*회로 및 가대설정 팝업 자동 설정 영역 수정</li>
|
<li>*회로 및 가대설정 팝업 자동 설정 영역 수정</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul className='mb10'>
|
||||||
<li>2025-01-10</li>
|
<li>2025-01-10</li>
|
||||||
<li>*지붕모듈선택 팝업 메뉴 2번 수정</li>
|
<li>*지붕모듈선택 팝업 메뉴 2번 수정</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>2025-01-17</li>
|
||||||
|
<li>*면형상 배치 팝업에 handle가능 공통 modal-foot 추가</li>
|
||||||
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td className="t-center">2024-10-28</td>
|
<td className="t-center">2024-10-28</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -127,6 +127,7 @@ $alert-color: #101010;
|
|||||||
padding: 10px 24px;
|
padding: 10px 24px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
|
cursor: pointer;
|
||||||
h1.title{
|
h1.title{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: $pop-color;
|
color: $pop-color;
|
||||||
@ -211,6 +212,13 @@ $alert-color: #101010;
|
|||||||
font-weight: $pop-normal-weight;
|
font-weight: $pop-normal-weight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.modal-foot{
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px 0;
|
||||||
|
background-color: #000;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.adsorption-point{
|
.adsorption-point{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user