/** * title: 锁定亮色主题 * description: 指定 appearance=light ,将会锁定亮色主题,用户也无法切换 * compact: true * appearance: light */ import { Alert, Button, Input, theme } from 'antd'; import { Flexbox } from 'react-layout-kit'; export default () => { const { token } = theme.useToken(); return ( ); };