卡片样式修改
This commit is contained in:
parent
69bf183f0a
commit
fbdf2ffaff
|
|
@ -868,7 +868,7 @@ const getTagCustomStyle = (status) => {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 12px;
|
gap: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overdue-task-header {
|
.overdue-task-header {
|
||||||
|
|
@ -892,6 +892,11 @@ const getTagCustomStyle = (status) => {
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overdue-task-footer {
|
.overdue-task-footer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user