作者 张晓杰

首页

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