elastic search查找字段的方法

玉字璧

关注

阅读 15

2024-11-08

固定好盒子的宽度,高度随传过来的图片大小决定

<div class="tab-con"> 
    <img
       :src="concertInfo.detail"
       alt=""
     >
</div>
.tab-con {
        margin-bottom: 20px;
        width: 700px;

        img {
          width: 700px;
          height: auto;
          object-fit: contain;
        }
      }

相关推荐

精彩评论(0)

0 0 举报