fix: profile banner icon & title
This commit is contained in:
parent
3f370350e7
commit
06f9140e6f
6 changed files with 3 additions and 128 deletions
|
|
@ -120,23 +120,6 @@ const modal = ref<boolean>(false);
|
|||
const hideStat = ref(false);
|
||||
const currentId = ref<string>('');
|
||||
const expandedTree = ref<string[]>([]);
|
||||
const formMenuIcon = ref<{ icon: string; color: string; bgColor: string }[]>([
|
||||
{
|
||||
icon: 'mdi-phone-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-map-marker-radius-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-map-legend',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
]);
|
||||
|
||||
const formBankBook = ref<BankBook[]>([
|
||||
{
|
||||
|
|
@ -1725,7 +1708,6 @@ watch(currentHq, () => {
|
|||
? '--violet-10'
|
||||
: '--violet-11'
|
||||
}-hsl)/${imageUrl ? '0' : '0.15'})`"
|
||||
:menu="formMenuIcon"
|
||||
v-model:current-tab="currentTab"
|
||||
@view="
|
||||
() => {
|
||||
|
|
@ -2099,7 +2081,6 @@ watch(currentHq, () => {
|
|||
await fetchList({ tree: true, pageSize: 99999, withHead: true });
|
||||
}
|
||||
"
|
||||
:menu="formMenuIcon"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue