mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
测评图片
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
</div> -->
|
||||
<a :href="hasPermission(item)" target="_blank">
|
||||
<img style="width: 150px;height: 200px;" :src="getItem(item)" />
|
||||
<img style="width: 150px;height: 200px;object-fit: cover;" :src="getItem(item)" />
|
||||
<p class="ceping-tit one-line-ellipsis" v-html="$keywordActiveShow(item.title,keyword)"></p>
|
||||
<p class="ceping-conent">上传时间:{{item.date}}</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user