HuCheng %!s(int64=2) %!d(string=hai) anos
pai
achega
ddac74d8cf
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      src/layoput/index.vue

+ 1 - 8
src/layoput/index.vue

@@ -9,7 +9,7 @@
         </n-dropdown>
       </div>
     </n-layout-header>
-    <n-layout position="absolute" style="top: 64px; bottom: 64px" has-sider>
+    <n-layout position="absolute" style="top: 64px; bottom: 0" has-sider>
       <n-layout-sider
         collapse-mode="transform"
         :collapsed-width="0"
@@ -26,13 +26,6 @@
         <RouterView />
       </n-layout-content>
     </n-layout>
-    <n-layout-footer
-      position="absolute"
-      style="height: 64px; padding: 24px"
-      bordered
-    >
-      footer
-    </n-layout-footer>
   </n-layout>
 </template>