--- order: 13 title: zh-CN: 操作 en-US: Custom action --- ## zh-CN 可以在右上角自定义操作项。 ## en-US Custom action. ```tsx import React from 'react'; import { Alert, Button, Space } from 'antd'; export default () => ( <> UNDO } closable /> Detail } /> } closable /> } closable /> ); ```