- dot.line 모달 위치 수정
- grid color 모달 위치 수정
This commit is contained in:
parent
b6c73f8df8
commit
1bf8bff0aa
@ -220,7 +220,7 @@ export default function DotLineGrid(props) {
|
||||
}
|
||||
|
||||
return (
|
||||
<WithDraggable isShow={true} pos={{ x: -150, y: 300 }}>
|
||||
<WithDraggable isShow={true} pos={{ x: 1300, y: -660 }}>
|
||||
<div className={`modal-pop-wrap ssm mount`}>
|
||||
<div className="modal-head">
|
||||
<h1 className="title">{getMessage('modal.canvas.setting.grid.dot.line.setting')}</h1>
|
||||
|
||||
@ -10,7 +10,7 @@ export default function GridColorSetting(props) {
|
||||
const { getMessage } = useMessage()
|
||||
|
||||
return (
|
||||
<WithDraggable isShow={true} pos={{ x: -150, y: 300 }}>
|
||||
<WithDraggable isShow={true} pos={{ x: 1300, y: -660 }}>
|
||||
<div className={`modal-pop-wrap ssm mount`}>
|
||||
<div className="modal-head">
|
||||
<h1 className="title">{getMessage('modal.canvas.setting.grid.color.setting')}</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user