fix: profile banner icon & title

This commit is contained in:
puriphatt 2024-10-11 10:01:20 +07:00
parent 3f370350e7
commit 06f9140e6f
6 changed files with 3 additions and 128 deletions

View file

@ -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>