Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
Signed-off-by: kunbpc <[email protected]>
  • Loading branch information
KunB-Fighting committed Dec 29, 2024
1 parent d63a343 commit 2eb00bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PublicationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const handleDownload = (url: any) => {
<el-card style="width: 100%" shadow="always" class="shadow">
<el-row :gutter="20">
<el-col :span="6">
<img :src="require(paper.img)" width="100%" height="150px" style="object-fit: contain"/>
<img :src="paper.img" width="100%" height="150px" style="object-fit: contain"/>
</el-col>

<el-col :span="18" style="line-height: 125%">
Expand Down

0 comments on commit 2eb00bc

Please sign in to comment.