Skip to content
- Fix indeterminate Checkbox style when it's disabled.
- Fix Card
this.container may not exists issue. #6976 @neekey
- Fix Button align issue when set base font to
14px. #7001
- Dropdown
- Fix Menu can be multiple cicked. #6314
- Fix Menu dispears if it's hovered before it's shown. #6949
- Fix align issue.
- Fix Grid Card padding.
- Improve Menu animation.#6955
- Twrak DatePicker icon position.
- Add new less variables.e1a46cc
- Fix some issues of TypeScript definitions.
- 修复 Checkbox 半选状态禁用时的样式。
- 修复 Card 会出现
this.container 不存在的问题。#6976 @neekey
- 修复基础字体改为
14px 时 Button 的对齐问题。#7001
- 修复 Grid Card 的内边距。
- Dropdown
- 修复菜单可能被多次点击的问题。#6314
- 修复在菜单显示前 hover 会导致菜单消失的问题。#6949
- 修复菜单的错位问题。
- 改进了 Menu 的动画效果。#6955
- 调整了 DatePicker 中图标的位置。
- 新增 less 变量。e1a46cc
- 修复了一些 TypeScript 定义问题。