mirror of
https://github.com/palxiao/poster-design.git
synced 2025-06-08 03:19:59 +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
|
||||
* @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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user