feat: 添加新图片资源及更新组件样式与功能
style: 调整CSS样式及优化布局 refactor: 重构组件逻辑及API调用 fix: 修复路径引用及图片加载问题 docs: 更新注释及文档内容
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="item-box item-offer">
|
||||
<item-head :itemdata="item"></item-head>
|
||||
<item-head :itemdata="item" :page="page"></item-head>
|
||||
<a class="school flexacenter" :href="item.url" target="_blank">
|
||||
<img class="icon" v-if="item.data.schoollogo" :src="item.data.schoollogo" mode="heightFix"></image>
|
||||
<div class="text flex1 one-line-display">{{ item.data.schoolname }}</div>
|
||||
@@ -24,5 +24,5 @@
|
||||
</a>
|
||||
|
||||
<a class="message" v-if="item.content" :href="item.url" target="_blank">{{ item.content }}</a>
|
||||
<item-bottom :itemdata="item"></item-bottom>
|
||||
<item-bottom :itemdata="item" :page="page"></item-bottom>
|
||||
</div>
|
||||
Reference in New Issue
Block a user