其他分享
首页 > 其他分享> > 显示图片中部

显示图片中部

作者:互联网

   <div             style="               width: 200px;               height: 80px;               overflow: hidden;               display: flex;               justify-content: center;               align-items: center;               #f5f7fa;               padding-right: 10px;             "           >             <el-image                v-if="scope.row.panduan == 1"                style="width: 200px; object-fit: contain"               :src="scope.row.img"               :preview-src-list="[scope.row.img]"             ></el-image> </div>

 

 

 

 

标签:显示,中部,图片
来源: https://www.cnblogs.com/2587jsq/p/14734587.html