mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
优化ubrowser卡片布局,更加高效
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user