mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify style
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
v-model="newProfile.defaultAccountId"
|
||||
>
|
||||
<template #selection="{ item }">
|
||||
<v-label v-if="item && item.value !== 0 && item.value !== '0'">
|
||||
<v-label class="cursor-pointer" v-if="item && item.value !== 0 && item.value !== '0'">
|
||||
<ItemIcon class="mr-2" icon-type="account" size="23px"
|
||||
:icon-id="getNameByKeyValue(allAccounts, newProfile.defaultAccountId, 'id', 'icon')"
|
||||
:color="getNameByKeyValue(allAccounts, newProfile.defaultAccountId, 'id', 'color')"
|
||||
|
||||
Reference in New Issue
Block a user