卡片样式修改

This commit is contained in:
WindowBird 2025-11-21 14:37:57 +08:00
parent 69bf183f0a
commit fbdf2ffaff

View File

@ -868,7 +868,7 @@ const getTagCustomStyle = (status) => {
padding: 16px;
display: flex;
flex-direction: column;
gap: 12px;
gap: 2px;
}
.overdue-task-header {
@ -892,6 +892,11 @@ const getTagCustomStyle = (status) => {
color: #333;
line-height: 1.5;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.overdue-task-footer {