显示图片中部

   <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>

 

 

 

 

posted @ 2021-05-06 11:58  诡道也  阅读(37)  评论(0编辑  收藏  举报