autoprefixer: /Users/liolay/java/ideaApps/yoga-res/admin/dev/modules/merchantshow/css/create-xiu.css:342:3: You should write display: flex by final spec instead of display: box
autoprefixer: /Users/liolay/java/ideaApps/yoga-res/admin/dev/modules/merchantshow/css/create-xiu.css:342:3: You should write display: flex by final spec instead of display: box
autoprefixer的hacks列表里不存在display: box的hack.
也就是说本身就不打算给display: box的兼容的方案
提示的意思是建议使用flex代替box