Skip to content

antd 4.1.3

  • 💄 Adjust Form.Item label height style in vertical layout. #23192
  • 🐞 Fix Variable is undefined when importing dark or compact theme and provide a getThemeVariables methold for getting theme variables easily. #23171
  • 🐞 Fix PageHeader style breaks when title is too long and improve it's responsive design. #23133
  • Tabs
    • 🐞 Fix Tabs @tabs-card-height less variable not working. #23168
    • 🐞 Fix Tabs cannot be displayed in Safari 13. #23151 @imhxc
  • Table
  • 🐞 Fix Select align style with different size. #23160
  • 🐞 Fix RangePicker under Input.Group style issue. #23149
  • 🐞 Fix Pagination missing TypeScript definition of showTitle. #23144 @DongchengWang

  • 💄 调整 Form.Item label 在垂直布局下的高度样式。#23192
  • 🐞 修复引用暗黑或紧凑主题时提示 Variable is undefined 的问题,并提供 getThemeVariables 方便获取对应主题变量。#23171
  • 🐞 修复 PageHeader title 超长时布局被破坏的问题并优化响应式表现。#23133
  • Tabs
    • 🐞 修复 Tabs @tabs-card-height less 变量无效的问题。#23168
    • 🐞 修复 Tabs 在 Safair 浏览器下无法显示的问题。#23151 @imhxc
  • Table
    • 🐞 修复 Table 固定列在 Safari 12 中不能固定的问题。#23161
    • 🐞 修复 Table summary 在小尺寸下的内边距样式。#23140 @someyoungideas
  • 🐞 修复 Select 不同尺寸下的对齐样式问题。#23160
  • 🐞 修复 RangePicker 在 Input.Group 内的样式问题。#23149
  • 🐞 修复 Pagination 缺少 showTitle TypeScript 定义的问题。#23144 @DongchengWang