.img-preview-list[data-v-653b0556] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  /* 每个元素占30%的宽度 */
  gap: 10px;
  /* 元素之间的间距 */
}
.img-preview-list .img-preview-list-item[data-v-653b0556] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 280px;
}
.img-preview-list .img-preview[data-v-653b0556] {
  width: 280px;
  height: 280px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

