글꼴설정 팝업 수정
This commit is contained in:
parent
9cd8f80d15
commit
9c9eac6c18
@ -186,8 +186,8 @@ export default function CanvasPage() {
|
||||
{/* <ColorSelect/> */}
|
||||
|
||||
{/* 글꼴 설정, 치수선 설정 */}
|
||||
{/* <FontOption/> */}
|
||||
<LineOption/>
|
||||
<FontOption/>
|
||||
{/* <LineOption/> */}
|
||||
{/* <ShapeSizeOption/> */}
|
||||
|
||||
{/* 지붕재 선택 */}
|
||||
|
||||
@ -6,7 +6,7 @@ const SelectOption = [
|
||||
export default function FontOption(){
|
||||
return(
|
||||
<WithDraggable isShow={true}>
|
||||
<div className={`modal-pop-wrap r`}>
|
||||
<div className={`modal-pop-wrap lrr`}>
|
||||
<div className="modal-head">
|
||||
<h1 className="title">フォント </h1>
|
||||
<button className="modal-close">닫기</button>
|
||||
@ -42,7 +42,7 @@ export default function FontOption(){
|
||||
<div className="font-ex-wrap">
|
||||
<div className="font-ex-tit">見る</div>
|
||||
<div className="font-ex-box">
|
||||
<span style={{fontSize: '12px', fontWeight: '400', color: '#101010'}}>Aaあぁアァ</span>
|
||||
<span style={{fontSize: '72px', fontWeight: '400', color: '#101010'}}>Aaあぁアァ</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="normal-font">ントです。プリンタと画面 でも同じフォントを使用します.</div>
|
||||
|
||||
@ -1626,7 +1626,7 @@ $alert-color: #101010;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
min-height: 80px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user