修复显示问题

This commit is contained in:
2026-03-28 18:03:13 +08:00
parent e5611df24e
commit b66ba41431
11 changed files with 139 additions and 27 deletions

View File

@@ -72,10 +72,12 @@ function handleEnter() {
rel="noopener noreferrer"
>
<div class="pending-download-copy">
<strong>{{ item.name }}</strong>
<strong :title="item.name">{{ item.name }}</strong>
<p>{{ item.size_label }} · {{ item.created_label }}</p>
</div>
<LocalIcon name="download" size="18" />
<span class="pending-download-icon" aria-hidden="true">
<LocalIcon name="download" size="18" />
</span>
</a>
</div>
</div>