|
@@ -179,7 +179,7 @@
|
|
|
</div>
|
|
|
<div class="item-content">
|
|
|
<div style="width: 100%">
|
|
|
- <div v-if="item.description" class="item-description">{{ item.description }}</div>
|
|
|
+ <div class="item-description">{{ item.description || item.title }}</div>
|
|
|
<el-tooltip>
|
|
|
<div class="link-section">
|
|
|
<el-link
|
|
@@ -206,9 +206,9 @@
|
|
|
<div v-if="item.screenshot" class="screenshot-section">
|
|
|
<el-image
|
|
|
:src="item.screenshot"
|
|
|
- style="max-width: 100%; max-height: 300px;"
|
|
|
+ style="max-width: 100%; height: 250px;"
|
|
|
:preview-src-list="[item.screenshot]"
|
|
|
- fit="contain"></el-image>
|
|
|
+ fit="cover"></el-image>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|