<div class="work-list">

  <div class="list" v-for="item in 11" :key="item" @click="$router.push('/dataList')">     </div></div>

.work-list {

  display: flex;  justify-content: space-between;  flex-wrap: wrap;  flex-direction: row;  width: 1200px;  height: 290px;  &:after {    content: '';   ** width: 332px;** //// 这个宽度为外面.listdediv的宽度  }  .list {    cursor: pointer;    font-size: 24px;    width: 332px;    height: 75px;    display: flex;    align-items: center;      }