摘要: 颜色渐变处理 let option = { grid: { top:'6%', left: '4%', right: '8%', bottom: '2%', containLabel: true }, xAxis: { type: 'value', show: true, position: 'bo 阅读全文
posted @ 2020-08-28 14:51 bingyingks 阅读(1166) 评论(0) 推荐(0)
摘要: 名字太长换行处理 yAxis: { type: 'category', data: ['水罐消防车', '泡沫消防车', '压缩空气泡沫消防车', '举高喷射消防车', '干粉消防车'], axisLabel: { interval: 0, align:'right', formatter : fu 阅读全文
posted @ 2020-08-28 12:09 bingyingks 阅读(1536) 评论(0) 推荐(0)
摘要: 特性 支持触摸设备 支持拖拽和选择文本 支持智能滚动 支持不同列表之间的拖拽 不以jQuery为基础 和视图模型同步刷新 和vue2的国度动画兼容 支持撤销操作 当需要完全控制时,可以抛出所有变化 可以和现有的UI组件兼容 安装 npm install vuedraggable 引入 import 阅读全文
posted @ 2020-08-27 17:22 bingyingks 阅读(530) 评论(0) 推荐(0)
摘要: 安装 npm install vue-particles --save-dev 在main.js里面使用 import VueParticles from 'vue-particles' Vue.use(VueParticles) 在页面中使用 <template> <div id="app"> < 阅读全文
posted @ 2020-08-27 17:01 bingyingks 阅读(130) 评论(0) 推荐(0)
摘要: 安装 npm install vue-print-nb --save main.js中全局引入 import Print from 'vue-print-nb' Vue.use(Print) 页面中使用 <div id="printMe" > <p>打印内容</p> </div> <div clas 阅读全文
posted @ 2020-08-27 16:51 bingyingks 阅读(1695) 评论(0) 推荐(0)