mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
5be209ab59
commit
3c49e96e02
@ -340,7 +340,7 @@ export default {
|
||||
if (item.complete_at) {
|
||||
tags.push({
|
||||
name: this.$L('已完成'),
|
||||
style: 'background-color:#ccc',
|
||||
style: 'background-color:rgba(11,192,55,0.56)',
|
||||
})
|
||||
} else if (item.overdue) {
|
||||
tags.push({
|
||||
@ -353,6 +353,12 @@ export default {
|
||||
style: 'background-color:#f80',
|
||||
})
|
||||
}
|
||||
if (item.archived_at) {
|
||||
tags.push({
|
||||
name: this.$L('已归档'),
|
||||
style: 'background-color:#ccc',
|
||||
})
|
||||
}
|
||||
return {
|
||||
key,
|
||||
type: 'task',
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
.chat-record {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
z-index: 9;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -318,7 +318,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 2;
|
||||
z-index: 20;
|
||||
transform: translate(-50%, -50%) scale(1);
|
||||
border-radius: 50%;
|
||||
background-color: $primary-color;
|
||||
@ -334,7 +334,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 3;
|
||||
z-index: 30;
|
||||
transform: translate(-50%, -50%) scale(1);
|
||||
transition: all 0.3s ease;
|
||||
color: #ffffff;
|
||||
@ -344,7 +344,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 3;
|
||||
z-index: 30;
|
||||
transform: translate(-50%, -50%) scale(1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user