Browse Source

调整照片演示

yhluo 3 months ago
parent
commit
3164d9f096
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/views/assembly/centerRight1.vue

+ 3 - 4
src/views/assembly/centerRight1.vue

@@ -228,13 +228,12 @@ $box-width: 640px;
     >div{
       width: 30%;
       height: 100%;
-      display: flex;
-      flex-direction: column;
-      flex-wrap: wrap;
       >div:first-child{
-        flex: 1;
+        height: calc(100% - 60px);
         border-radius: 5px 5px 0 0;
         >img{
+          display: block;
+          height: 100%;
           width: 100%;
         }
       }