모달창 css 수정
This commit is contained in:
parent
2a90a138c1
commit
f84d3a912f
@ -58,8 +58,6 @@ export function useSurfaceShapeBatch() {
|
|||||||
if (checkSurfaceShape(surfaceId, { length1, length2, length3, length4, length5 })) {
|
if (checkSurfaceShape(surfaceId, { length1, length2, length3, length4, length5 })) {
|
||||||
setShowPlacementSurfaceSettingModal(false)
|
setShowPlacementSurfaceSettingModal(false)
|
||||||
canvas?.on('mouse:move', (e) => {
|
canvas?.on('mouse:move', (e) => {
|
||||||
console.log('asdfasdfasdfasdfasdfsdfasdfsdf')
|
|
||||||
|
|
||||||
if (!isDrawing) {
|
if (!isDrawing) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,8 +38,6 @@ $alert-color: #101010;
|
|||||||
|
|
||||||
.modal-pop-wrap {
|
.modal-pop-wrap {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 200px;
|
|
||||||
right: 100px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: -webkit-fit-content;
|
height: -webkit-fit-content;
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user