提交 bc07a505 编写于 作者: L lin-xin

'添加拖拽组件介绍'

上级 a143deae
......@@ -6,6 +6,10 @@
</el-breadcrumb>
</div>
<div class="container">
<div class="plugins-tips">
Vue.Draggable:基于 Sortable.js 的 Vue 拖拽组件。
访问地址:<a href="https://github.com/SortableJS/Vue.Draggable" target="_blank">Vue.Draggable</a>
</div>
<div class="drag-box">
<div class="drag-box-item">
<div class="item-title">todo</div>
......@@ -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{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册