andorid 点击闪动解决 -webkit-tap-highlight-color:transparent;
ios底部输入框 https://blog.csdn.net/lamenw/article/details/80052255
webpack/gulp的z-index被改写
webpack方法
new OptimizeCSSPlugin({
cssProcessorOptions: {
safe: true
}
})
gulp-cssnano 方法
.pipe(cssnano({zindex: false}))
vscode
cssrem 很据css算出rem
eslint.autoFixonSave: true 点点保存自动更新为eslint
vue
$event 传事件本身