04 2018 档案
webpack打包css前缀自动取消,以及样式冲突问题
摘要:前缀被去掉可以用 https://www.cnblogs.com/hezihao/p/8028856.html postCSS一个简单的配置,引入了autoprefixer插件。让postCSS拥有添加前缀的能力,它会根据 can i use 来增加相应的css3属性前缀 阅读全文
posted @ 2018-04-24 13:16 hduhdc 阅读(1508) 评论(0) 推荐(0)
promise 和await
摘要:printWristbandFun(bed) { // this.printWristbandModule.dialogVisiblePrint = true // this.patientsCardModule.operateBed = bed; this.changePrinterConfig("emergencyBandPrinter") ... 阅读全文
posted @ 2018-04-10 14:42 hduhdc 阅读(110) 评论(0) 推荐(0)