tianyun 3 tháng trước cách đây
mục cha
commit
f1fc9d0bd7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      simple-demo/nav.html

+ 2 - 2
simple-demo/nav.html

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