摘要: 原因:由于el-card多个自适应高度导致排列错乱问题, 源代码: 1 <el-row :gutter="20" v-for="(item ,index) in deviceList" :key="index"> 2 <el-col :span="6"> 3 <el-card class="box- 阅读全文
posted @ 2020-10-28 18:39 一江春水向东刘小姐 阅读(10919) 评论(0) 推荐(1)