replaced many more ti-*
This commit is contained in:
parent
f2c56f395e
commit
fccfde8f2b
42 changed files with 113 additions and 71 deletions
|
|
@ -667,7 +667,7 @@ const q = ref('');
|
|||
function getPriorityIcon(option) {
|
||||
if (option.priority === 2) return 'ti ti-arrows-up';
|
||||
if (option.priority === 1) return 'ti ti-arrow-narrow-up';
|
||||
return 'ph-circle ph-bold ph-lg';
|
||||
return 'ti ti-point';
|
||||
}
|
||||
|
||||
function matchQuery(keywords: string[]): boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue