From bc07a5058c5d5c01607ad679e1a18c7b868a8053 Mon Sep 17 00:00:00 2001 From: lin-xin <2981207131@qq.com> Date: Thu, 12 Apr 2018 15:20:59 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=B7=BB=E5=8A=A0=E6=8B=96=E6=8B=BD=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BB=8B=E7=BB=8D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/DragList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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{