fix(01): form icon outline
This commit is contained in:
parent
64f9c80a88
commit
f7d55734aa
4 changed files with 20 additions and 10 deletions
|
|
@ -85,12 +85,12 @@ const currentStatus = ref<Status | 'All'>('All');
|
|||
const expandedTree = ref<string[]>([]);
|
||||
const formMenuIcon = ref<{ icon: string; color: string; bgColor: string }[]>([
|
||||
{
|
||||
icon: 'mdi-phone',
|
||||
icon: 'mdi-phone-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-map-marker-radius',
|
||||
icon: 'mdi-map-marker-radius-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue