lchao hai 1 ano
pai
achega
4d9b8f50d9
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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;
 }