Skip to content

Commit

Permalink
style: 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
ydiego authored and d3george committed Apr 1, 2024
1 parent 8f7dfd1 commit 787994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/management/system/permission/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function PermissionPage() {
align: 'center',
width: 100,
render: (_, record) => (
<div className="flex w-full justify-center text-gray">
<div className="flex w-full justify-end text-gray">
{record?.type === PermissionType.CATALOGUE && (
<IconButton onClick={() => onCreate(record.id)}>
<Iconify icon="gridicons:add-outline" size={18} />
Expand Down

0 comments on commit 787994b

Please sign in to comment.