소스 검색

feat: update

HuCheng 2 년 전
부모
커밋
ddac74d8cf
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  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>