소스 검색

优化样式

xiongxing 12 시간 전
부모
커밋
53cf64cda6
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/layout/index.vue

+ 6 - 6
src/layout/index.vue

@@ -753,12 +753,12 @@
 		}
 
 		.content {
-			// position: absolute;
-			// top: 120px;
-			// left: 0;
-			// right: 0;
-			// bottom: 70px;
-			// z-index: 40;
+			position: absolute;
+			top: 120px;
+			left: 0;
+			right: 0;
+			bottom: 70px;
+			z-index: 40;
 		}
 	}
 </style>