修改功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user