Skip to content

Commit

Permalink
feat: 新增图片题
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 committed Sep 18, 2024
1 parent a58ec69 commit 8b1c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/View/file.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<template #file="{ file }">
<div>
<img class="el-upload-list__item-thumbnail" :src="file.url" alt="" />
<img class="el-upload-list__item-thumbnail" :src="file.url" />
<span class="el-upload-list__item-actions">
<span
class="el-upload-list__item-preview"
Expand Down

0 comments on commit 8b1c6e1

Please sign in to comment.