启动开发环境提示Warning autoprefixer: end value has mixed support, consider using flex-end instead作如下替换即可/* justify-content: end */ justify-content: flex-end;