浏览代码

首页图片

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;
 }