统一前后端代码格式化配置
This commit is contained in:
@@ -128,7 +128,11 @@ export default function AdminAuditLogsPage() {
|
||||
<PageHeader
|
||||
title="操作审计"
|
||||
description="集中查看高风险后台动作,便于排查谁在什么时间改了什么。"
|
||||
extra={<Typography.Text type="secondary">共 {data?.pagination.total || 0} 条审计记录</Typography.Text>}
|
||||
extra={
|
||||
<Typography.Text type="secondary">
|
||||
共 {data?.pagination.total || 0} 条审计记录
|
||||
</Typography.Text>
|
||||
}
|
||||
/>
|
||||
|
||||
{!isAdmin ? (
|
||||
|
||||
Reference in New Issue
Block a user