1 <el-row>
2   <el-col :span="24"><div class="grid-content bg-purple-dark"></div></el-col>
3 </el-row>
4 <el-row>
5   <el-col :span="12"><div class="grid-content bg-purple"></div></el-col>
6   <el-col :span="12"><div class="grid-content bg-purple-light"></div></el-col>
7 </el-row>

记得每一行都要加<el-row></el-row>,不然到后面会出bug。比如侧边栏不能正常显示问题。

相关文章:

  • 2021-11-17
  • 2021-10-31
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-25
  • 2021-09-02
  • 2021-10-26
  • 2021-09-28
  • 2022-01-21
  • 2022-01-10
相关资源
相似解决方案