修复a标签变成黑色问题

This commit is contained in:
eoao
2025-04-27 17:19:37 +08:00
parent aa02573217
commit 59c5be2623
3 changed files with 18 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
</div>
<div>{{ formatBytes(att.size) }}</div>
<div class="down-icon att-icon">
<a :href="cvtR2Url(att.key)" download>
<a style="color: #333" :href="cvtR2Url(att.key)" download>
<Icon icon="system-uicons:push-down" width="22" height="22"/>
</a>
</div>
@@ -304,4 +304,5 @@ const handleDelete = () => {
}
}
}
</style>