在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
image 组件加mode属性 import { View, Text, Image } from '@tarojs/components'
<Image key={idx} src={`${commonUrl}?iobsKey=${img.iobsKey}&fileName=${img.fileName}`} mode="widthFix" className="center-image"
onClick={this.onPreViewImage.bind(this, `${commonUrl}?iobsKey=${img.iobsKey}&fileName=${img.fileName}`)}
/>
.center-image {
padding-top: 20px;
width: 100%; //设置宽度
}
mode 的合法值
|
请发表评论