셋팅 수정
This commit is contained in:
parent
53ea341c22
commit
6bbe4c6657
@ -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>
|
||||
|
||||
@ -124,6 +124,7 @@ $alert-color: #101010;
|
||||
gap: 10px;
|
||||
margin-top: 15px;
|
||||
&.for2{
|
||||
justify-content: flex-end;
|
||||
button{
|
||||
width: calc(50% - 5px);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user