小程序图片设置大小

 

      <view class="comdiv_img">

        <image class="img" mode="widthFix" :src="companyData.imagePath" @click="jump(companyData.url)"></image>

        </view>

.comdiv_img {

      display:flex;

      width: 100vw;

      height:auto;

      .img {

        width: 100%;

        height: 100%;

      }

 }

猜你喜欢

转载自blog.csdn.net/qq_42080594/article/details/140446869