摘要: ::-webkit-input-placeholder { /* WebKit browsers */ color:#999; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#999; } ::-moz-placeholder { 阅读全文
posted @ 2017-09-25 18:40 地铁程序员 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 这样就可以解决在手机端看不到滚动条的问题了~ 阅读全文
posted @ 2017-09-25 18:39 地铁程序员 阅读(652) 评论(0) 推荐(0) 编辑
摘要: parentMethod(a){ this.datas = a } created(){ console.log(this.table.data); this.$emit('childEvent'); } 阅读全文
posted @ 2017-09-25 18:36 地铁程序员 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 注:在css抽离的过程webpack-dev-server -d --inline --hot --env.dev ,scss写的文件不会热更新。所以build中再使用,开发过程中不适用,效果更佳~ 在webpack4中改成了mini-css-extract-plugin,依然是build中使用 c 阅读全文
posted @ 2017-09-25 17:09 地铁程序员 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Windows下安装 方法一——VS: 使用windows开发神器visio studio。这种方法比较简单,直接下载一个最新的vs安装就行。不单单是C++,C、C#、VB等都可以开发。 方法二——只安装C++编译器: 最常用的免费可用的编译器是 GNU 的 C/C++ 编译器,为了在 Window 阅读全文
posted @ 2017-09-25 11:43 地铁程序员 阅读(4491) 评论(0) 推荐(0) 编辑