치수선 설정 팝업 수정
This commit is contained in:
parent
7b033f95c8
commit
9cd8f80d15
@ -187,7 +187,7 @@ export default function CanvasPage() {
|
|||||||
|
|
||||||
{/* 글꼴 설정, 치수선 설정 */}
|
{/* 글꼴 설정, 치수선 설정 */}
|
||||||
{/* <FontOption/> */}
|
{/* <FontOption/> */}
|
||||||
{/* <LineOption/> */}
|
<LineOption/>
|
||||||
{/* <ShapeSizeOption/> */}
|
{/* <ShapeSizeOption/> */}
|
||||||
|
|
||||||
{/* 지붕재 선택 */}
|
{/* 지붕재 선택 */}
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
import WithDraggable from "@/components/common/draggable/withDraggable";
|
import WithDraggable from "@/components/common/draggable/withDraggable";
|
||||||
|
import Qselect from "@/components/common/select/Qselect";
|
||||||
|
const SelectOption = [
|
||||||
|
{name: '1',}, {name: '2'}, {name: '3'}, {name: '4'}, {name: '5'}
|
||||||
|
]
|
||||||
|
|
||||||
export default function LineOption(){
|
export default function LineOption(){
|
||||||
return(
|
return(
|
||||||
@ -15,8 +19,8 @@ export default function LineOption(){
|
|||||||
<div className="line-color-wrap">
|
<div className="line-color-wrap">
|
||||||
<div className="outline-form mb10">
|
<div className="outline-form mb10">
|
||||||
<span style={{width: 'auto'}}>寸法線の線太さ</span>
|
<span style={{width: 'auto'}}>寸法線の線太さ</span>
|
||||||
<div className="input-grid mr5" style={{width: '66px'}}>
|
<div className="grid-select mr5">
|
||||||
<input type="text" className="input-origin block" defaultValue={1}/>
|
<Qselect title={'1'} option={SelectOption}/>
|
||||||
</div>
|
</div>
|
||||||
<span className="thin">pixel</span>
|
<span className="thin">pixel</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user