셋팅 수정
This commit is contained in:
parent
53ea341c22
commit
6bbe4c6657
@ -31,7 +31,7 @@ export default function CanvasPage() {
|
|||||||
{/* <PlacementSettingPop/> */}
|
{/* <PlacementSettingPop/> */}
|
||||||
|
|
||||||
{/* 캔버스 기본 셋팅 */}
|
{/* 캔버스 기본 셋팅 */}
|
||||||
{/* {modalOption.option && <SettingModal01/>} */}
|
{modalOption.option && <SettingModal01/>}
|
||||||
|
|
||||||
{/* 점·선 그리드 설정 */}
|
{/* 점·선 그리드 설정 */}
|
||||||
{/* {modalOption.gridoption && <GridOption/>} */}
|
{/* {modalOption.gridoption && <GridOption/>} */}
|
||||||
@ -39,8 +39,9 @@ export default function CanvasPage() {
|
|||||||
{/* {modalOption.gridmove && <GridMove/>} */}
|
{/* {modalOption.gridmove && <GridMove/>} */}
|
||||||
|
|
||||||
{/* 외벽선 그리기 */}
|
{/* 외벽선 그리기 */}
|
||||||
{modalOption.outerwall && <OuterLineWall/>}
|
{/* {modalOption.outerwall && <OuterLineWall/>} */}
|
||||||
|
|
||||||
|
{/* 외벽선 속성 설정 */}
|
||||||
{/* <PropertiesSetting/> */}
|
{/* <PropertiesSetting/> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -124,6 +124,7 @@ $alert-color: #101010;
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
&.for2{
|
&.for2{
|
||||||
|
justify-content: flex-end;
|
||||||
button{
|
button{
|
||||||
width: calc(50% - 5px);
|
width: calc(50% - 5px);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user