셋팅 수정

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/> */} {/* <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>

View File

@ -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);
} }