上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: 直接贴代码: <template> <div class="hello"> <p>签字:</p> <canvas id="canvas" width="300" height="400">Canvas画板</canvas> <button style="background: #fff;color: 阅读全文
posted @ 2019-11-06 17:53 Panax 阅读(1323) 评论(0) 推荐(0)
摘要: 安装: npm i vue-preview -S 2. main.js中 导入组件 //vue-preview 开始 import VuePreview from 'vue-preview'; // defalut install Vue.use(VuePreview) //vue-preview 阅读全文
posted @ 2019-11-06 17:00 Panax 阅读(2347) 评论(0) 推荐(0)
摘要: css : 阅读全文
posted @ 2019-11-04 18:06 Panax 阅读(1779) 评论(0) 推荐(0)
摘要: html, body, h1, h2, h3, h4, h5, h6, p, textarea, input, select, ul, ol, li, fieldset, figure { margin: 0; padding: 0; border: none; } html,body{ heigh 阅读全文
posted @ 2019-11-04 17:56 Panax 阅读(917) 评论(0) 推荐(0)
摘要: 在公共样式中加入 阅读全文
posted @ 2019-11-04 17:55 Panax 阅读(1905) 评论(0) 推荐(0)
摘要: .tab-pic-wrap .pic-wrap .list li a:hover img { transform: scale(1.03); } .tab-pic-wrap .pic-wrap .list li a img { width: 100%; transition: all 0.2s; } 阅读全文
posted @ 2019-11-04 17:48 Panax 阅读(585) 评论(0) 推荐(0)
摘要: data() { return { list:[ // 添加属性fale 后的值 ], // 测试数据 goList:[ { name:'张三', phone:'18621958665' }, { name:'李四', phone:'18621958665' }, { name:'张er', pho 阅读全文
posted @ 2019-11-04 17:41 Panax 阅读(2647) 评论(0) 推荐(0)
摘要: 有时间可能有多个人开发,如果在共用router, 势必会造成合并冲突,可以分开多个router.js ,然后进行合并 阅读全文
posted @ 2019-11-04 17:22 Panax 阅读(840) 评论(0) 推荐(0)
摘要: 钉钉的开发,一是小程序的模式,二是H5嵌套的模式 这里只简单介绍一下H5嵌套的模式。也就是微应用。 1. 微应用的免登录 引入钉钉npm install dingtalk-jsapi --save cnpm 淘宝镜像安装更快。 // 获取到钉钉 code _this.$dd.ready(functi 阅读全文
posted @ 2019-11-04 16:23 Panax 阅读(4576) 评论(3) 推荐(1)
摘要: Ctrl+Shift+P: 打开命令面板 打开一个新窗口: Ctrl+Shift+N 关闭窗口: Ctrl+Shift+W 新建文件 Ctrl+N 代码行缩进 Ctrl+[ 、 Ctrl+] 上下移动一行: Alt+Up 或 Alt+Down 向上向下复制一行: Shift+Alt+Up 或 Shi 阅读全文
posted @ 2019-11-04 15:58 Panax 阅读(3282) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页