feat(dnd): add drag and drop feature

This commit is contained in:
xiaotianxt
2023-04-06 01:34:46 +08:00
parent 3490c294dc
commit 301cbbfdfb
3 changed files with 108 additions and 45 deletions

View File

@@ -125,7 +125,7 @@
border-radius: 10px;
margin-bottom: 10px;
box-shadow: var(--card-shadow);
transition: all 0.3s ease;
transition: background-color 0.3s ease;
cursor: pointer;
user-select: none;
border: 2px solid transparent;