셋팅 수정

This commit is contained in:
김창수 2024-09-27 15:51:08 +09:00
parent 53ea341c22
commit 6bbe4c6657
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export default function CanvasPage() {
{/* <PlacementSettingPop/> */}
{/* 캔버스 기본 셋팅 */}
{/* {modalOption.option && <SettingModal01/>} */}
{modalOption.option && <SettingModal01/>}
{/* 점·선 그리드 설정 */}
{/* {modalOption.gridoption && <GridOption/>} */}
@ -39,8 +39,9 @@ export default function CanvasPage() {
{/* {modalOption.gridmove && <GridMove/>} */}
{/* 외벽선 그리기 */}
{modalOption.outerwall && <OuterLineWall/>}
{/* {modalOption.outerwall && <OuterLineWall/>} */}
{/* 외벽선 속성 설정 */}
{/* <PropertiesSetting/> */}
</div>
</div>

View File

@ -124,6 +124,7 @@ $alert-color: #101010;
gap: 10px;
margin-top: 15px;
&.for2{
justify-content: flex-end;
button{
width: calc(50% - 5px);
}