优化ubrowser卡片布局,更加高效

This commit is contained in:
fofolee
2025-01-02 11:13:42 +08:00
parent 15bd91fb52
commit 28f034814b
3 changed files with 98 additions and 58 deletions

View File

@@ -26,7 +26,8 @@
group="commands"
item-key="id"
class="flow-list"
:animation="200"
:animation="0"
:delay="50"
handle=".drag-handle"
@start="onDragStart"
@end="onDragEnd"
@@ -645,8 +646,6 @@ export default defineComponent({
.flow-item.sortable-ghost {
opacity: 0.5;
transform: scale(0.99);
border: 1px solid var(--q-primary);
transition: all 0.3s ease;
}
</style>