@@ -1,5 +1,5 @@
<template>
- <div class="hc-main-body">
+ <hc-body padding="12px">
<router-view v-slot="{ Component }">
<transition name="fade-transform">
<keep-alive :max="10">
@@ -7,5 +7,5 @@
</keep-alive>
</transition>
</router-view>
- </div>
+ </hc-body>
</template>