摘要: + 取消点击时候的透明区域 + iphonex 适配 + 文字不能选择 + 图片不能操作 + 去掉input foucs态 input 框样式 + input placeholder 样式修改 + 移动端 ios input placeholder 展示不全 line height: normal; 阅读全文
posted @ 2019-08-02 20:32 Running00 阅读(108) 评论(0) 推荐(0) 编辑
摘要: "no-multi-spaces": "error" // 表达式不能有多余的空格 var a = [1, 2] // error "no-trailing-spaces": "error" // 禁止行尾空格 "quotes": [1, "single"] // 单引号 "object-curly 阅读全文
posted @ 2019-08-02 13:07 Running00 阅读(267) 评论(0) 推荐(0) 编辑
摘要: create a new webpack.config.js configuration file `npx webpack cli init` 阅读全文
posted @ 2019-08-02 10:23 Running00 阅读(128) 评论(0) 推荐(0) 编辑