We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143dea commit bc07a50Copy full SHA for bc07a50
src/components/page/DragList.vue
@@ -6,6 +6,10 @@
6
</el-breadcrumb>
7
</div>
8
<div class="container">
9
+ <div class="plugins-tips">
10
+ Vue.Draggable:基于 Sortable.js 的 Vue 拖拽组件。
11
+ 访问地址:<a href="https://github.com/SortableJS/Vue.Draggable" target="_blank">Vue.Draggable</a>
12
+ </div>
13
<div class="drag-box">
14
<div class="drag-box-item">
15
<div class="item-title">todo</div>
@@ -49,6 +53,7 @@
49
53
return {
50
54
dragOptions:{
51
55
animation: 120,
56
+ scroll: true,
52
57
group: 'sortlist',
58
ghostClass: 'ghost-style'
59
},
@@ -123,7 +128,7 @@
123
128
}
124
129
.item-ul{
125
130
padding: 0 8px 8px;
126
- height: 600px;
131
+ height: 500px;
127
132
overflow-y: scroll;
133
134
.item-ul::-webkit-scrollbar{
0 commit comments