tianyun 3 months ago
parent
commit
923083d182
1 changed files with 2 additions and 2 deletions
  1. 2 2
      simple-demo/nav.html

+ 2 - 2
simple-demo/nav.html

@@ -36,7 +36,7 @@
             transition: all .3s;
             cursor: pointer;
             display: inline-block;
-            width: 400px;
+            width: 380px;
             box-sizing: border-box;
         }
 
@@ -217,7 +217,7 @@
                                     <div v-if="item.screenshot" class="screenshot-section">
                                         <el-image
                                                 :src="item.screenshot"
-                                                style="max-width: 100%; height: 250px;"
+                                                style="max-width: 100%; height: 220px;"
                                                 :preview-src-list="[item.screenshot]"
                                                 fit="cover"></el-image>
                                     </div>