글꼴설정 팝업 수정

This commit is contained in:
김창수 2024-10-21 11:16:57 +09:00
parent 9cd8f80d15
commit 9c9eac6c18
3 changed files with 5 additions and 5 deletions

View File

@ -186,8 +186,8 @@ export default function CanvasPage() {
{/* <ColorSelect/> */}
{/* 글꼴 설정, 치수선 설정 */}
{/* <FontOption/> */}
<LineOption/>
<FontOption/>
{/* <LineOption/> */}
{/* <ShapeSizeOption/> */}
{/* 지붕재 선택 */}

View File

@ -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>

View File

@ -1626,7 +1626,7 @@ $alert-color: #101010;
align-items: center;
justify-content: center;
width: 100%;
height: 80px;
min-height: 80px;
background-color: #fff;
}