新增: 全局动画切换功能;
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user