Skip to content

v2.60.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 03:46
· 732 commits to main since this release
  • 【Fix】
    • 修复input在small size 状态下,文字略微向下偏移的问题 @lmsccc #2270
    • 修复 tab 在 scrollIntoView 后显示不完整的问题 @l123wx #2247
  • 【Style】
    • 显式设置 Spin 下的 svg 的 display 属性为 inline,防止 tailwind 默认 svg 设置对 Spin 造成影响 #2272

  • 【Fix】
    • Fixed the problem that the text was slightly offset downwards when the input was in small size @lmsccc
    • Fix the problem of incomplete tab display after scrollIntoView @l123wx (#2247)
  • 【Style】
    • Explicitly set the display attribute of the svg under Spin to inline to prevent the tailwind default svg setting from affecting Spin.