지붕형상 설정 class 추가
This commit is contained in:
parent
5afb234998
commit
74239d1c5c
@ -23,7 +23,7 @@ export default function RoofShapeSetting({ setShowRoofShapeSettingModal }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<WithDraggable isShow={true} pos={{ x: 50, y: -950 }}>
|
<WithDraggable isShow={true} pos={{ x: 50, y: -950 }}>
|
||||||
<div className={`modal-pop-wrap lr`}>
|
<div className={`modal-pop-wrap lr mount`}>
|
||||||
<div className="modal-head">
|
<div className="modal-head">
|
||||||
<h1 className="title">{getMessage('modal.roof.shape.setting')}</h1>
|
<h1 className="title">{getMessage('modal.roof.shape.setting')}</h1>
|
||||||
<button className="modal-close" onClick={() => setShowRoofShapeSettingModal(false)}>
|
<button className="modal-close" onClick={() => setShowRoofShapeSettingModal(false)}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user