更新记录
1.1(2020-07-17) 下载此版本
利用小程序自带的组件movable,封装了一个组件,
平台兼容性
小程序自定义组件的通用使用方式详见:uni-app中使用小程序自定义组件教程
movable 可拖拽,配置化,悬浮
使用了小程序自有组件movable,配合css3事件穿透属性,简单实用
组件引用
// js引入 import movableAll from '@/components/movable-all/movable-all.vue'; export default { components: { movableAll } } // template引入 <movableAll>想要可以拖拽的html代码</movableAll>
参数
_style: 定义拖拽/悬浮内容的样式,比如top、left、width、heigth、z-index