글꼴설정 팝업 수정

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/> */} {/* <ColorSelect/> */}
{/* 글꼴 설정, 치수선 설정 */} {/* 글꼴 설정, 치수선 설정 */}
{/* <FontOption/> */} <FontOption/>
<LineOption/> {/* <LineOption/> */}
{/* <ShapeSizeOption/> */} {/* <ShapeSizeOption/> */}
{/* 지붕재 선택 */} {/* 지붕재 선택 */}

View File

@ -6,7 +6,7 @@ const SelectOption = [
export default function FontOption(){ export default function FontOption(){
return( return(
<WithDraggable isShow={true}> <WithDraggable isShow={true}>
<div className={`modal-pop-wrap r`}> <div className={`modal-pop-wrap lrr`}>
<div className="modal-head"> <div className="modal-head">
<h1 className="title">フォント </h1> <h1 className="title">フォント </h1>
<button className="modal-close">닫기</button> <button className="modal-close">닫기</button>
@ -42,7 +42,7 @@ export default function FontOption(){
<div className="font-ex-wrap"> <div className="font-ex-wrap">
<div className="font-ex-tit">見る</div> <div className="font-ex-tit">見る</div>
<div className="font-ex-box"> <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> </div>
<div className="normal-font">ントですプリンタと画面 でも同じフォントを使用します.</div> <div className="normal-font">ントですプリンタと画面 でも同じフォントを使用します.</div>

View File

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