소스 검색

首页图片

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

+ 4 - 1
songhua-ui/src/views/index.vue

@@ -31,16 +31,19 @@ export default {
 .image-container {
   display: flex;
   justify-content: space-between;
+  align-items: center;
+  height: 700px;
 }
 
 .image-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
+  margin: 0 150px;
 }
 
 .image-wrapper img {
-  max-width: 100%;
+  width: 500px;
   height: auto;
 }