chore: add user detail page

This commit is contained in:
Steven
2022-09-13 20:57:15 +08:00
parent 90639322b7
commit 156218b40f
14 changed files with 76 additions and 200 deletions

View File

@@ -45,6 +45,7 @@ const ShortcutListView: React.FC<Props> = (props: Props) => {
</span>
</>
}
actionsClassName="!w-24"
></Dropdown>
</div>
);