refactor: use dropdown instead of drawer for user switch
This commit is contained in:
parent
4703b6884a
commit
39e200f639
7 changed files with 36 additions and 57 deletions
|
@ -50,7 +50,7 @@ defineExpose({
|
|||
block m0 w-full text-left px2 py1
|
||||
@click="selectItem(index)"
|
||||
>
|
||||
<AccountInfo :link="false" :account="item" />
|
||||
<AccountInfo :account="item" />
|
||||
</button>
|
||||
</template>
|
||||
<div v-else block m0 w-full text-left px2 py1 italic op30>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue