@@ -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>