小程序widthFix图片高度不能自适应的问题

需要对小程序默认的图片样式进行覆盖:

<image class="test_image" mode="widthFix" src="../../images/ai.png"></image>

.test_image{width:100%;}