diff --git a/src/components/page/DragList.vue b/src/components/page/DragList.vue index c56a836..22b6d7e 100644 --- a/src/components/page/DragList.vue +++ b/src/components/page/DragList.vue @@ -6,6 +6,10 @@
+
+ Vue.Draggable:基于 Sortable.js 的 Vue 拖拽组件。 + 访问地址:Vue.Draggable +
todo
@@ -49,6 +53,7 @@ return { dragOptions:{ animation: 120, + scroll: true, group: 'sortlist', ghostClass: 'ghost-style' }, @@ -123,7 +128,7 @@ } .item-ul{ padding: 0 8px 8px; - height: 600px; + height: 500px; overflow-y: scroll; } .item-ul::-webkit-scrollbar{