最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

autoprefixer: end value has mixed support, consider using flex-en

业界 admin 46浏览 0评论

vscode 控制台报错,浏览器控制台没有报错

解决:

   // justify-content:end;
      justify-content: flex-end;

全局去查找  justify-content:end;

换成    justify-content: flex-end;

vscode 控制台报错,浏览器控制台没有报错

解决:

   // justify-content:end;
      justify-content: flex-end;

全局去查找  justify-content:end;

换成    justify-content: flex-end;

发布评论

评论列表 (0)

  1. 暂无评论