fix: d&d bug

This commit is contained in:
ShawnPhang 2024-08-20 16:16:49 +08:00
parent 82a68319f7
commit 0b9b6eb735

View File

@ -3,7 +3,7 @@
* @Date: 2024-04-10 23:02:46
* @Description: 主画布
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2024-05-22 19:29:51
* @LastEditTime: 2024-08-20 16:16:10
-->
<template>
<div id="main">
@ -400,6 +400,8 @@ function getChilds(uuid: string) {
// padding: 60px;
position: relative;
.design-canvas {
//
outline: 1px solid transparent;
// transition: all 0.3s;
background-position: center;
background-repeat: no-repeat;