优化编排卡片拖拽逻辑和效果

This commit is contained in:
fofolee
2025-01-02 10:12:37 +08:00
parent 620f42d64b
commit 15bd91fb52
5 changed files with 28 additions and 88 deletions

View File

@@ -642,4 +642,11 @@ export default defineComponent({
.flow-item.insert-before + .flow-item {
transform: translateY(3px);
}
.flow-item.sortable-ghost {
opacity: 0.5;
transform: scale(0.99);
border: 1px solid var(--q-primary);
transition: all 0.3s ease;
}
</style>