解决方案:el-row添加flex布局,设置flex-wrap:wrap即可。 修改后的代码: <el-row:gutter="5"type="flex"style="flex-wrap:wrap"><el-col:xs="24":sm="12":md="8":lg="6"v-for="(item, index) in caseList":key="index"></el-col></el-row>...
在el-row 和 el-card 标签上添加样式,做如下调整 el-row :gutter="20" class="row-con" el-col :span="12" el-card class="card" div自定义内容/div /el-card /el-col /el-row .row-con{display:flex;flex-flow:row wrap;}.row-con .card{height:100%;}...
在el-row 和 el-card 标签上添加样式,做如下调整 el-row :gutter="20" class="row-con" el-col :span="12" el-card class="card" div自定义内容/div /el-card /el-col /el-row .row-con{display:flex;flex-flow:row wrap;}.row-con .card{height:100%;}...