mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-06 16:20:09 +08:00
🐛 Fix(custom): fix delete button css
This commit is contained in:
@@ -509,6 +509,7 @@
|
||||
<div class="file-info-section">
|
||||
<div
|
||||
class="file-name"
|
||||
:title="item.fileName"
|
||||
@click.stop="copyToClipboard(item.fileName ?? '')"
|
||||
>
|
||||
{{ formatFileName(item.fileName ?? '', 25) }}
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
}
|
||||
|
||||
.action-button.danger:hover {
|
||||
background: var(--color-error-hover);
|
||||
background: var(--color-error);
|
||||
}
|
||||
|
||||
.action-icon {
|
||||
|
||||
Reference in New Issue
Block a user