mirror of
https://github.com/palxiao/poster-design.git
synced 2025-06-20 15:42:53 +08:00
fix: d&d bug
This commit is contained in:
parent
82a68319f7
commit
0b9b6eb735
@ -3,7 +3,7 @@
|
|||||||
* @Date: 2024-04-10 23:02:46
|
* @Date: 2024-04-10 23:02:46
|
||||||
* @Description: 主画布
|
* @Description: 主画布
|
||||||
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
||||||
* @LastEditTime: 2024-05-22 19:29:51
|
* @LastEditTime: 2024-08-20 16:16:10
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
@ -400,6 +400,8 @@ function getChilds(uuid: string) {
|
|||||||
// padding: 60px;
|
// padding: 60px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.design-canvas {
|
.design-canvas {
|
||||||
|
// 解决拖拽残影问题
|
||||||
|
outline: 1px solid transparent;
|
||||||
// transition: all 0.3s;
|
// transition: all 0.3s;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user