mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
no message
This commit is contained in:
parent
09ed978e80
commit
e533bd7e35
@ -69,7 +69,7 @@ export default {
|
||||
task: {label: '任务', color: 'success'},
|
||||
file: {label: '文件库', color: 'warning'},
|
||||
task_file: {label: '任务文件', color: 'primary'},
|
||||
message_file: {label: '聊天文件', color: 'magenta'}
|
||||
message_file: {label: '聊天文件', color: '#f87cbd'}
|
||||
}
|
||||
},
|
||||
typeOptions() {
|
||||
|
||||
3
resources/assets/sass/dark.scss
vendored
3
resources/assets/sass/dark.scss
vendored
@ -759,7 +759,8 @@ body.dark-mode-reverse {
|
||||
}
|
||||
}
|
||||
|
||||
.favorite-type-tag {
|
||||
.favorite-type-tag,
|
||||
.recent-type-tag {
|
||||
.ivu-tag-text {
|
||||
-webkit-filter: invert(100%);
|
||||
filter: invert(100%);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user