Browse Source

首页图片

lchao 1 year ago
parent
commit
4d9b8f50d9
1 changed files with 4 additions and 1 deletions
  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;
 }