作者 xudada

运输工具2.0

  1 +<template>
  2 + <el-row :gutter="20">
  3 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  4 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  5 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  6 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  7 + </el-row>
  8 +</template>
  9 +<script>
  10 + export default {
  11 + data(){
  12 + return{
  13 +
  14 + }
  15 + },
  16 + methods:{}
  17 + }
  18 +</script>
  1 +<template>
  2 + <el-row :gutter="20">
  3 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  4 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  5 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  6 + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
  7 + </el-row>
  8 +</template>
  9 +<script>
  10 + export default {
  11 + data(){
  12 + return{
  13 +
  14 + }
  15 + },
  16 + methods:{
  17 +
  18 + }
  19 + }
  20 +</script>