🐛 Fix(custom): fix delete button css

This commit is contained in:
Kuingsmile
2025-08-14 16:41:19 +08:00
parent 5738a9f834
commit 9e243b0400
2 changed files with 1275 additions and 1274 deletions

View File

@@ -509,6 +509,7 @@
<div class="file-info-section"> <div class="file-info-section">
<div <div
class="file-name" class="file-name"
:title="item.fileName"
@click.stop="copyToClipboard(item.fileName ?? '')" @click.stop="copyToClipboard(item.fileName ?? '')"
> >
{{ formatFileName(item.fileName ?? '', 25) }} {{ formatFileName(item.fileName ?? '', 25) }}

View File

@@ -193,7 +193,7 @@
} }
.action-button.danger:hover { .action-button.danger:hover {
background: var(--color-error-hover); background: var(--color-error);
} }
.action-icon { .action-icon {