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