소스 검색

优化首页样式

lph 1 년 전
부모
커밋
a772dbd519
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      zkqy-ui/src/views/index.vue

+ 2 - 1
zkqy-ui/src/views/index.vue

@@ -158,7 +158,8 @@ export default {
 .home {
   position: relative;
   width: 100%;
-  height: 500px;
+  // height: 500px;
+  min-height: calc(100vh - 140px);
   .info-content {
     position: absolute;
     left: 50%;