You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
315 B
9 lines
315 B
4 years ago
|
<template>
|
||
|
<el-row :gutter="20">
|
||
|
<el-col :span="6"><div class="bg-gray-400">1</div></el-col>
|
||
|
<el-col :span="6"><div class="bg-gray-400">2</div></el-col>
|
||
|
<el-col :span="6"><div class="bg-gray-400">3</div></el-col>
|
||
|
<el-col :span="6"><div class="bg-gray-400">4</div></el-col>
|
||
|
</el-row>
|
||
|
</template>
|