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