Handy_Cao 1 년 전
부모
커밋
fa3a7e2c64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/pc/components/layouts/page/index.vue

+ 1 - 1
src/packages/pc/components/layouts/page/index.vue

@@ -149,7 +149,7 @@ const footerStyles = computed(() => {
     }
     default: {
       return {
-        height: '380px'
+        height: '400px'
       }
     }
   }