摘要: ## 使用 ConfigProvider 包裹住英文组件,或者包裹根目录 ```js import { ConfigProvider } from 'antd'; import zhCN from 'antd/locale/zh_CN'; `共 ${total} 条`} /> ``` - antd 阅读全文
posted @ 2023-07-27 21:42 DL·Coder 阅读(255) 评论(0) 推荐(0) 编辑
摘要: ```js // 设置菜单样式 .ant-menu,.ant-menu-sub,.ant-menu-inline{ color: var(--white); background-color: ${bgColor} !important; } // 设置子菜单展开样式 .ant-menu-subme 阅读全文
posted @ 2023-07-27 13:19 DL·Coder 阅读(1404) 评论(1) 推荐(0) 编辑
摘要: ## Warning: Each child in a list should have a unique "key" prop. ![](https://img2023.cnblogs.com/blog/2833653/202307/2833653-20230727115854998-139705 阅读全文
posted @ 2023-07-27 12:01 DL·Coder 阅读(26) 评论(0) 推荐(0) 编辑