그리드 이동, 보조선 이동, 보조선 복사 pop 수정
This commit is contained in:
parent
02c3815d22
commit
884678b6f4
@ -95,7 +95,7 @@ export default function CanvasPage() {
|
||||
{/* 점·선 그리드 설정 */}
|
||||
{/* {modalOption.gridoption && <GridOption/>} */}
|
||||
{/* {modalOption.gridcopy && <GridCopy/>} */}
|
||||
{/* {modalOption.gridmove && <GridMove/>} */}
|
||||
{modalOption.gridmove && <GridMove/>}
|
||||
|
||||
{/* 외벽선 그리기 */}
|
||||
{/* {modalOption.outerwall && <OuterLineWall/>} */}
|
||||
@ -136,7 +136,7 @@ export default function CanvasPage() {
|
||||
{/* <ArrangementSetting/> */}
|
||||
|
||||
{/* 면형상 배치 */}
|
||||
<PlaneShapeOption/>
|
||||
{/* <PlaneShapeOption/> */}
|
||||
|
||||
{/* 오브젝트 배치*/}
|
||||
{/* <ObjectOption/> */}
|
||||
|
||||
@ -21,22 +21,24 @@ export default function AuxiliaryCopy(){
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div className="input-move-wrap">
|
||||
<div className="input-move">
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
<button className="direction left"></button>
|
||||
<button className="direction left act"></button>
|
||||
<button className="direction right"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid-btn-wrap">
|
||||
<button className="btn-frame modal act">保存</button>
|
||||
</div>
|
||||
|
||||
@ -21,22 +21,24 @@ export default function AuxiliaryMove(){
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div className="input-move-wrap">
|
||||
<div className="input-move">
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
<button className="direction left"></button>
|
||||
<button className="direction left act"></button>
|
||||
<button className="direction right"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid-btn-wrap">
|
||||
<button className="btn-frame modal act">保存</button>
|
||||
</div>
|
||||
|
||||
@ -40,22 +40,24 @@ export default function GridMove() {
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div className="input-move-wrap">
|
||||
<div className="input-move">
|
||||
<input type="text" className="input-origin" defaultValue={910}/>
|
||||
</div>
|
||||
<span>mm</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="direction-move-wrap">
|
||||
<button className="direction up"></button>
|
||||
<button className="direction down act"></button>
|
||||
<button className="direction left"></button>
|
||||
<button className="direction left act"></button>
|
||||
<button className="direction right"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid-btn-wrap">
|
||||
<button className="btn-frame modal act">保存</button>
|
||||
</div>
|
||||
|
||||
@ -153,12 +153,16 @@ export default function PublishPage() {
|
||||
<li>*견적서 하단 테이블 변경</li>
|
||||
<li>*배치면 초기 설정 pop 이미지파일 업로드 추가</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<ul className='mb10'>
|
||||
<li>2024-10-30</li>
|
||||
<li>*지붕형상설정 pop 변별로 설정 탭 하단 한쪽 흐름 input 추가</li>
|
||||
<li>*견적서 img 업로드 버튼 수정</li>
|
||||
<li>*면형상 배치 pop 수정</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>2024-10-31</li>
|
||||
<li>*그리드 이동, 보조선 이동, 보조선 복사 pop 수정</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-10-28</td>
|
||||
</tr>
|
||||
|
||||
@ -355,6 +355,7 @@ $alert-color: #101010;
|
||||
|
||||
// grid-move
|
||||
.move-form{
|
||||
width: 100%;
|
||||
p{
|
||||
font-size: $pop-normal-size;
|
||||
color: $pop-color;
|
||||
@ -380,7 +381,8 @@ $alert-color: #101010;
|
||||
flex: none;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 10px;
|
||||
gap: 5px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
// 배치면 초기 설정
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user