新增: 全局动画切换功能;

This commit is contained in:
iczer
2020-06-18 15:01:39 +08:00
parent 25e1c0f808
commit ce3ee754f5
19 changed files with 226 additions and 73 deletions

View File

@@ -35,4 +35,16 @@ export default {
.task-group{
margin: 0 48px;
}
.dragable-ghost{
border: 1px dashed red;
opacity: 1;
}
.dragable-chose{
border: 1px dashed red;
opacity: 0.8;
}
.dragable-drag{
border: 1px dashed red;
opacity: 1;
}
</style>