배치면 초기설정 팝업 수정
This commit is contained in:
parent
34dd560406
commit
da11d9d3ff
@ -89,7 +89,7 @@ export default function CanvasPage() {
|
||||
{/* <Penal04/> */}
|
||||
|
||||
{/* 배치면 초기 설정 */}
|
||||
{/* <PlacementSettingPop/> */}
|
||||
<PlacementSettingPop/>
|
||||
|
||||
{/* 캔버스 기본 셋팅 */}
|
||||
{/* {modalOption.option && <SettingModal01/>} */}
|
||||
@ -118,7 +118,7 @@ export default function CanvasPage() {
|
||||
{/* <EvaseKerabaOption/> */}
|
||||
|
||||
{/* 동선이동∙형 올림 내림 */}
|
||||
<MovingUpDonw/>
|
||||
{/* <MovingUpDonw/> */}
|
||||
|
||||
{/* 외벽선 편집 및 오프셋 */}
|
||||
{/* <OuterWallOffset/> */}
|
||||
@ -129,7 +129,7 @@ export default function CanvasPage() {
|
||||
{/* <AuxiliaryCopy/> */}
|
||||
|
||||
{/* 지붕면 할당 */}
|
||||
{/* <RoofAllocation/> */}
|
||||
<RoofAllocation/>
|
||||
|
||||
{/* 경사 설정 */}
|
||||
{/* <SlopeOption/> */}
|
||||
|
||||
@ -105,6 +105,12 @@ export default function PlacementSettingPop(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="placement-roof-btn-wrap">
|
||||
<div className="icon-btn-wrap mt10">
|
||||
<button className="act">並列式<i className="allocation01"></i></button>
|
||||
<button>カスケード <i className="allocation02"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* case02 */}
|
||||
{/* <div className="placement-option">
|
||||
|
||||
@ -201,10 +201,14 @@ export default function PublishPage() {
|
||||
<li>2024-12-04</li>
|
||||
<li>*지붕기본모듈, 육지붕기본모듈 나침반 마크업 변경</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<ul className='mb10'>
|
||||
<li>2024-12-09</li>
|
||||
<li>*동선이동∙형 올림 내림 팝업 각 탭 첫번째 인풋제거</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>2024-12-11</li>
|
||||
<li>*배치면 초기설정 팝업 마지막 설정 버튼 추가</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-10-28</td>
|
||||
</tr>
|
||||
|
||||
@ -457,6 +457,14 @@ $alert-color: #101010;
|
||||
}
|
||||
}
|
||||
|
||||
// 2024-12-11
|
||||
// .placement-roof-btn-wrap{
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// margin-left: auto;
|
||||
// max-width: 250px;
|
||||
// }
|
||||
|
||||
.pop-form-radio{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user