上一页 1 2 3 4 5 6 7 ··· 39 下一页

2019年8月6日

vue - 封装input

摘要: input子组件 props: { nameVal: { type: String, default: '' }, value: { type: String, default: '' } }, input(value) { this.$emit('input', value) } 父组件 input... 阅读全文

posted @ 2019-08-06 19:59 童彪 阅读(323) 评论(0) 推荐(0) 编辑

2019年8月1日

pug

摘要: https://github.com/pugjs/pugpug模板使用https://www.cnblogs.com/gudi/p/8080736.html 阅读全文

posted @ 2019-08-01 12:22 童彪 阅读(419) 评论(0) 推荐(0) 编辑

vue 移动端屏幕适配

摘要: https://github.com/evrone/postcss-px-to-viewport/blob/master/README_CN.md基本配置 阅读全文

posted @ 2019-08-01 12:10 童彪 阅读(185) 评论(0) 推荐(0) 编辑

normalize.css

摘要: npm i normalize.css --save-dev 阅读全文

posted @ 2019-08-01 12:03 童彪 阅读(95) 评论(0) 推荐(0) 编辑

2019年7月31日

bug-解决微信页面input键盘不回弹问题

摘要: pageReturn () { this.$refs.phoneValue.blur(); this.$refs.verifyCode.blur(); setTimeout(() => { window.scrollTo(0, 0); }, 100); ... 阅读全文

posted @ 2019-07-31 15:49 童彪 阅读(352) 评论(0) 推荐(0) 编辑

2019年7月29日

imput placeholder 移动端不居中问题

摘要: input{ height: 100%; } input::-webkit-input-placeholder { display: flex; align-items: center; line-height: 1.5; //解决不垂直居中的问题 } input:-moz-placeholder 阅读全文

posted @ 2019-07-29 21:39 童彪 阅读(115) 评论(0) 推荐(0) 编辑

2019年7月27日

vscode dart 插件 关闭自动注释

摘要: vscode dart 插件 关闭自动注释 阅读全文

posted @ 2019-07-27 11:24 童彪 阅读(839) 评论(0) 推荐(0) 编辑

2019年5月31日

vue 监听组件被重新渲染后的事件

摘要: Vue.nextTick 阅读全文

posted @ 2019-05-31 14:49 童彪 阅读(1140) 评论(0) 推荐(0) 编辑

2019年5月30日

windows下 RN 环境搭建

摘要: 01.安装 Android Studio 02.NodeJs 03.Python204.JDK 05.安装Genymotion模拟器06.java 环境配置07.andriud sdk 配置08.Android Studio无法下载sdk的问题 fanqiang或者host文件增加代理配置 203. 阅读全文

posted @ 2019-05-30 13:12 童彪 阅读(173) 评论(0) 推荐(0) 编辑

2019年5月24日

Sonar 代码质量检查模块

摘要: Sonar 代码质量检查模块 阅读全文

posted @ 2019-05-24 13:58 童彪 阅读(176) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 39 下一页

导航