feat: ai问答
This commit is contained in:
@@ -459,6 +459,13 @@
|
||||
.mini-check-btn.btn-checked {
|
||||
background: #4CAF50 !important;
|
||||
border-color: #4CAF50 !important;
|
||||
animation: checkPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||
}
|
||||
|
||||
@keyframes checkPop {
|
||||
0% { transform: scale(0.6); }
|
||||
50% { transform: scale(1.2); }
|
||||
100% { transform: scale(1); }
|
||||
}
|
||||
|
||||
/* Urgent/Overdue State */
|
||||
|
||||
Reference in New Issue
Block a user