Selected 颜色和 Hovered 颜色进行了交换。 全局阴影优化,调整为三层阴影区分控件层次关系。 气泡确认框中图标的使用改变,由问号改为感叹号。 部分组件选中颜色统一改为@blue-1: #E6F7FF,对应hover颜色改为@gray-2: #FAFAFA。 报错色色值调整,由@red-5: #F5222D改为@red-5: #FF4D4F。 分割线颜色明度降低,...
636 - 💄 修复 Tree 当 `selectable={false}` 时节点依然有 hover 背景色的问题。[#28269](https://github.com/ant-design/ant-design/pull/28269) 637 - 💄 修复 Statistics 小数点字体大小问题。[#28223](https://github.com/ant-design/ant-design/pull/28223) 638 - TypeScript 639 - 🤖...
* @param {*} treeType 树的类型 主题:theme 目录:catalogue * @param {*} interfaceType 接口参数类型 * @param {*} expand 隐藏菜单 function * @param {*} rightClick 右击事件 function * @param {*} select 选中事件 function * @param {*} load-data 异步加载事件 function */ <template> ...
fill="currentColor": 这个属性能让你鼠标hover的时候图标和文字颜色一致,否者你还得动脑筋去想图标颜色怎么修改。 index.less .ehome-admin-tree-switcher { line-height: 40px; } .ehome-admin-tree .ehome-admin-tree-node-content-wrapper { height: 40px; line-height: 40px; } .ehome-admin-tree .eh...
448 - 🐞 修复 `Notification` 鼠标hover 是图标的颜色问题。[#10272](https://github.com/ant-design/ant-design/issues/10272) 449 - 🐞 修复 `Upload` 组件属性 `lastModifiedDate` 的拼写错误。[#10315](https://github.com/ant-design/ant-design/pull/10315) [@danielg2002](https://github.com...
Tree, res_dark.Tree) }, dir_Feedback = new IList[] { //反馈 new IList("Alert","警告提示",res_light.Alert, res_dark.Alert), new IList("Drawer","抽屉",res_light.Drawer, res_dark.Drawer), new IList("Message","全局提示",res_light.Message, res_dark.Message), new IList("...
➕ Table 行样式文字颜色,选中文字颜色 ➕ 全局 Config 阴影使能 ➕ Label AutoEllipsis Tooltip ➕ Pagination Gap 间距,PageSizeOptions 下拉 PageSize ➕ Tree NodeMouseClick 右键 ➕ Slider Align 方向 ➕ ChatList 图片Base64格式渲染功能 ✍️ Table 突然显示边框 ✍️ Button 移除双击 1.3....
"description": "主题颜色", "default": "`light`", "type": "`light` | `dark`" }, "triggerSubMenuAction": { "value": "", "description": "SubMenu 展开/关闭的触发行为", "default": "`hover`", "type": "`hover` | `click`" } }, "events": [ { "name": "onClick", "de...
对于一个使用这个组件开发了半年之久的菜鸟来说,什么是ProComponents,就是antd的加强集成版本,集成度很高,用起来很方便(对于我这个菜鸟来说 容易踩坑),无论...
( 'w-full hover:bg-black hover:bg-opacity-20 dark:hover:bg-white dark:hover:bg-opacity-20 cursor-pointer text-gray-900 dark:text-white rounded px-1 h-8 flex items-center text-base group', { 'bg-black bg-opacity-20 dark:bg-white dark:bg-opacity-20': isActive, } )} > {icon}...