修改功能

This commit is contained in:
rain
2026-06-26 15:02:16 +08:00
parent 830b1cf2e1
commit 8e1db58902
3 changed files with 80 additions and 2 deletions
+25
View File
@@ -279,6 +279,31 @@
color: #5a6987;
}
.tl-delete-btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 28px;
padding: 0 12px;
border: 1px solid #e04828;
border-radius: var(--radius-sm);
background: #fff;
color: #e04828;
cursor: pointer;
font-size: 13px;
font-weight: 800;
transition: all 0.2s;
}
.tl-delete-btn:hover {
background: #e04828;
color: #fff;
}
.tl-action-empty {
color: var(--text-muted);
}
.tl-empty {
display: none;
flex-direction: column;