feat: 新增角色列表

This commit is contained in:
xlsea
2025-05-09 23:26:09 +08:00
parent b70ddb31e9
commit 67b5af9892
25 changed files with 869 additions and 125 deletions

View File

@ -19,7 +19,7 @@ defineProps<Props>();
</template>
<template #trigger>
<div class="cursor-pointer pr-3px">
<SvgIcon class="text-15px" icon="ep:warning" />
<SvgIcon class="text-15px" icon="ph:warning-circle-bold" />
</div>
</template>
</NTooltip>