通过theme 修改主题。 TS API# # 参数说明类型默认值版本 autoInsertSpaceInButton设置为false时,移除按钮中 2 个汉字之间的空格booleantrue componentSize设置 antd 组件大小small|middle|large-3.0 csp设置Content Security Policy配置{ nonce: string }-
| inline-theme-disabled | `boolean` | `false` | 是否禁用 inline css 主题变量,如果你不会频繁调整主题变量,并且需要 SSR 或者想让 devtools 看起来更干净,可以打开这个选项。注意,这个属性不是响应式的 | 2.26.0 | | locale | `Locale \| null` | `undefined` | 对后代组件生效的语言对象,为 `null...
renderEmpty 自定义组件空状态。参考 空状态 function(componentName: string): ReactNode - theme 设置主题,参考 定制主题 Theme - 5.0.0 virtual 设置false 时关闭虚拟滚动 boolean - 4.3.0 warning 设置警告等级,strict 为false 时会将废弃相关信息聚合为单条信息 { strict: boolean }...
export interface Theme { primaryColor?: string; @@ -12,7 +12,5 @@ export interface ConfigProviderProps extends BaseTypeProps { themeVars?: Record<string, string | number>; /** 设置图标统一样式前缀 */ iconPrefix?: string; /** 设置统一样式前缀。注意:需要配合 less 变量 @ant-prefix 使用...
defaultTheme}</h2> <ConfigProvider> <Cell.Group> <Cell> <Rate defaultValue={3} /> </Cell> <Cell> <Button type="primary" size="large"> {translated.submit} </Button> </Cell> </Cell.Group> </ConfigProvider> <Demo1 /> <h2>{translated.customTheme}</h2> <ConfigProvider theme={dark...
为什么message.info、notification.open 或 Modal.confirm 等方法内的 VueNode 无法继承 ConfigProvider 的属性?比如prefixCls和theme。# 静态方法是使用 Vue.render 重新渲染一个 Vue 根节点上,和主应用的 Vue 节点是脱离的。