feat:增加阶段及任务列表拖拽

This commit is contained in:
李晓鸽
2022-11-03 21:10:14 +08:00
parent b132ddb897
commit 2d683472c1
3 changed files with 259 additions and 39 deletions

View File

@@ -4,8 +4,9 @@
v-model="openList"
chosenClass="chosen"
forceFallback="true"
group="people"
animation="1000"
ghostClass="ghost"
group="openPage"
animation="500"
@start="onStart"
@end="onEnd"
:list="openList"
@@ -121,5 +122,13 @@ export default {
.close:hover {
background: rgba(220, 220, 220, 1);
}
.chosen {
// background-color: pink;
}
.ghost {
// background-color: red;
opacity: 0;
}
}
</style>