当前位置:   article > 正文

vue实现九宫格效果_vue 九宫格

vue 九宫格

效果图

 vue代码

  1. <div class="centent" >
  2. <el-form ref="form" :model="queryParams">
  3. <el-row :gutter="10" type="flex" class="row-bg" justify="center" >
  4. <el-col :span="12" v-for="(item,index) in form.slice(0,3)" :key="index">
  5. <div class="grid-content">
  6. <el-form-item prop="classificationName"><img :src="imgUrl"/>{
  7. {item.classificationName}}</el-form-item>
  8. <el-form-item prop="operatingInstructionsDtoList">
  9. <template slot-scope="scope">
  10. <span v-for="(list,i
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/692139
推荐阅读
相关标签
  

闽ICP备14008679号