@@ -1,5 +1,5 @@
<template>
- <el-main>
+ <div>
<el-row :gutter="20">
<el-col :span="10"><div class="grid-content bg-purple">
<el-card v-if='overview.userOverview' class="user-overview">
@@ -343,7 +343,7 @@
</el-col>
</el-row>
- </el-main>
+ </div>
</template>
<script>