mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +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-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) }}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user