mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 02:47:30 +08:00
优化编排卡片拖拽逻辑和效果
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user