Skip to content

Commit

Permalink
Merge pull request #898 from PBH-BTN/fix-infohash-on-banlist
Browse files Browse the repository at this point in the history
修复 hash 气泡被覆盖的问题
  • Loading branch information
Ghost-chu authored Jan 13, 2025
2 parents 25ded83 + b7ac423 commit 66d057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/views/banlist/components/banListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</a-descriptions-item>
<a-descriptions-item :label="t('page.banlist.banlist.listItem.location')" :span="12">
<!-- 这里非常离奇,只要用了a-typography-text就会被下面一行覆盖,怀疑框架有毛病 -->
<a-tooltip :content="item.banMetadata.torrent.hash">
<a-tooltip :content="item.banMetadata.torrent.hash" position="bottom">
<a-typography-text style="margin-bottom: 0" :ellipsis="{ showTooltip: true }">
{{ item.banMetadata.torrent.name }}
</a-typography-text>
Expand Down

0 comments on commit 66d057a

Please sign in to comment.