日常小记

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 传事件本身

posted @ 2018-09-17 14:39  兔&&大梅  阅读(132)  评论(0编辑  收藏  举报