chore: 漏掉的导入
This commit is contained in:
parent
1b5b0f4736
commit
3bebdfda77
@ -6,7 +6,7 @@ import { computed, type PropType } from 'vue';
|
||||
|
||||
import { useVbenModal, VbenAvatar } from '@vben/common-ui';
|
||||
|
||||
import { AvatarGroup, Tooltip } from 'ant-design-vue';
|
||||
import { Avatar, AvatarGroup, Tooltip } from 'ant-design-vue';
|
||||
|
||||
import { userSelectModal } from '.';
|
||||
|
||||
@ -73,7 +73,7 @@ const displayedList = computed(() => {
|
||||
>
|
||||
<Avatar
|
||||
v-if="userListModel.length > ellipseNumber"
|
||||
class="bg-primary flex size-[36px] cursor-pointer items-center justify-center rounded-full border text-white"
|
||||
class="bg-primary size-[36px] cursor-pointer rounded-full border text-white"
|
||||
>
|
||||
...
|
||||
</Avatar>
|
||||
|
Loading…
Reference in New Issue
Block a user