作者 张晓杰

首页

1 <template> 1 <template>
2 <div class="app-container home"> 2 <div class="app-container home">
3 <el-row :gutter="20"> 3 <el-row :gutter="20">
4 - <el-col :sm="24" :lg="12" style="padding-left: 20px"> 4 + <!-- <el-col :sm="24" :lg="12" style="padding-left: 20px">
5 <h2>合规管理系统</h2> 5 <h2>合规管理系统</h2>
6 - </el-col> 6 + </el-col> -->
  7 + <img src="@/assets/images/home.png" style="width: 100%;"/>
7 </el-row> 8 </el-row>
8 </div> 9 </div>
9 </template> 10 </template>