Chrome V48.0.2564.103(64位)中的Flex渲染

时间:2016-02-04 08:22:14

标签: css google-chrome flexbox autoprefixer

我在Chrome浏览器中遇到了flex渲染问题 - Firefox和Safari都可以。

enter image description here

它是Chrome错误还是autoprefixer?

这是我的HTML:

ex

这是我的CSS:

<div class="row mycab-top">
  <div class="col-sm-5 mycab-top-background">
  </div>
  <div class="col-sm-7">
    <img src="http://res.cloudinary.com/dsie3eeqb/image/upload/v1454572255/mycab2-lg_llfoyn.jpg" class="img-responsive"/>
    <img src="http://res.cloudinary.com/dsie3eeqb/image/upload/v1454572255/mycab3-lg_yaka87.jpg" class="img-responsive"/>
  </div>
</div>

此处还有一个代码集link

0 个答案:

没有答案