ZaiZai 1 rok temu
rodzic
commit
520fa36d24
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/layout/modules/mainBody.vue

+ 2 - 2
src/layout/modules/mainBody.vue

@@ -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>